Filters
Question type

Study Flashcards

A DATE column consists of ____________________ bytes.

Correct Answer

verifed

verified

A table must contain a minimum of  two ‾\underline { \text { two } } columns. _________________________

Correct Answer

verifed

verified

The default size of a VARCHAR2 column is one character.

Correct Answer

verifed

verified

A column's ____________________ identifies the type of data that can be stored in a column.

Correct Answer

verifed

verified

What is the maximum width that can be assigned to a DATE column?


A) 1
B) 8
C) 12
D) none of the above

Correct Answer

verifed

verified

The DROP UNUSED COLUMNS clause can be used with the ____________________ command to delete any column previously set as unused.

Correct Answer

verifed

verified

Which of the following is a valid table name?


A) MYTABLE
B) DISTINCT
C) SELECT
D) CHAR

Correct Answer

verifed

verified

The  DELETE TABLE ‾\underline { \text { DELETE TABLE } } command can be used to delete all the data stored in a table and release the storage space, yet retain the structure of the table. _________________________

Correct Answer

verifed

verified

The INTERVAL datatype can be used to identify a specific interval, or amount, of time.

Correct Answer

verifed

verified

_________________________ commands are used to create database objects.

Correct Answer

verifed

verified

DDL
Data d...

View Answer

You cannot specify the width for a(n)  NUMBER ‾\underline { \text { NUMBER } } column. _________________________

Correct Answer

verifed

verified

A column name can consist of up to 225 characters.

Correct Answer

verifed

verified

The ____________________ keyword must be used with the CREATE TABLE command if the table is being created from a subquery.

Correct Answer

verifed

verified

The ____________________ of a NUMBER column indicates the total number of digits that can be stored in the column.

Correct Answer

verifed

verified

If you are creating a new table containing four columns from an existing table and want to change the name of one of the columns when it is created in the new table, add a column list containing ____ names in the CREATE TABLE clause.


A) one
B) four
C) five
D) zero

Correct Answer

verifed

verified

The DROP COLUMN clause of the ALTER TABLE command can be used to drop a maximum of ____________________ column(s) at a time.

Correct Answer

verifed

verified

The ____________________ clause of the ALTER TABLE command can be used to change the size of a column.

Correct Answer

verifed

verified

The DELETE TABLE command can be used to remove a table from a database.

Correct Answer

verifed

verified

The maximum width of the NUMBER datatype is ____ digits.


A) 7
B) 30
C) 38
D) 255

Correct Answer

verifed

verified

Once a column has been set as UNUSED, which of the following is correct?


A) It is unavailable and will not be displayed in the table structure.
B) It will still appear in the results of subqueries until it is dropped.
C) It is unavailable, but will still be displayed in the table structure.
D) All DDL operations can be performed on it until it is actually dropped.

Correct Answer

verifed

verified

Showing 41 - 60 of 132

Related Exams

Show Answer