Exam 3: Table Creation and Management

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The maximum width of a(n)CHAR column is 4000 characters._________________________

(True/False)
5.0/5
(35)

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

(True/False)
4.7/5
(37)

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

(True/False)
4.8/5
(21)

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

(True/False)
4.8/5
(30)

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

(True/False)
4.8/5
(31)

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

(Multiple Choice)
4.8/5
(40)

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

(Short Answer)
4.8/5
(27)

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

(Multiple Choice)
4.8/5
(27)

A table name can contain a maximum of ____________________ characters.

(Short Answer)
4.8/5
(38)

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

(True/False)
4.8/5
(35)

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

(Short Answer)
4.9/5
(41)

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

(Short Answer)
4.9/5
(33)

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

(Short Answer)
4.8/5
(28)

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

(True/False)
4.8/5
(42)

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

(True/False)
5.0/5
(26)

The ____________________ datatype is used to store fixed length data.

(Short Answer)
4.8/5
(36)

The abbreviation for the DESCRIBE command is DES._________________________​

(True/False)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(34)

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

(True/False)
4.8/5
(42)

You cannot delete the last column in a table.​

(True/False)
4.9/5
(39)
Showing 61 - 80 of 136
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)