Filters
Question type

Study Flashcards

Every table name within a specific schema must be unique.​

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 maximum width of a(n)CHAR column is 4000 characters._________________________

Correct Answer

verifed

verified

The USER_TAB_COLS data dictionary object contains a column to identify hidden columns.​

Correct Answer

verifed

verified

The ALTER TABLE name can be used to rename a table.​

Correct Answer

verifed

verified

The column list of the CREATE TABLE command must be enclosed in ____________________.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Which of the following keywords is used to mark a column for deletion at a later time?​


A) ​ALTER TABLE...MARK UNUSED
B) ​ALTER TABLE...SET UNUSED
C) ​ALTER TABLE...DROP UNUSED
D) ​ALTER TABLE...SET COLUMN

Correct Answer

verifed

verified

A table name can contain a maximum of ____________________ characters.

Correct Answer

verifed

verified

​Which of the following keywords uses a subquery to create a new table using existing database tables?


A) ​ALTER TABLE
B) ​GENERATE TABLE
C) ​CREATE TABLE...AS
D) ​CREATE TABLE...FROM

Correct Answer

verifed

verified

The ____________________ datatype is used to store fixed length data.

Correct Answer

verifed

verified

You cannot delete the last column in a table.​

Correct Answer

verifed

verified

The MODIFY clause can be used with the ALTER TABLE command to add a column to an existing table._________________________​

Correct Answer

verifed

verified

The ____________________ TABLE command can be used to delete a table from a database.

Correct Answer

verifed

verified

The abbreviation for the DESCRIBE command is DES._________________________​

Correct Answer

verifed

verified

A table name must begin with a(n)number._________________________​

Correct Answer

verifed

verified

When defining columns for a table,which of the following symbols is used to separate the column names in the column list?​


A) ​" "
B) ​,
C) ​( )
D) ​| |

Correct Answer

verifed

verified

A datatype identifies the type of data to be stored in a column.​

Correct Answer

verifed

verified

When adding a column to an existing table,the ____________________ clause must be used with the ALTER TABLE command.​

Correct Answer

verifed

verified

The DROP COLUMN clause of the ALTER TABLE command can only be used to delete one column at a time._________________________​

Correct Answer

verifed

verified

Showing 61 - 80 of 136

Related Exams

Show Answer