Exam 3: Table Creation and Management

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

The  CHANGE \underline { \text { CHANGE } } TABLE command can be used to modify an existing table. _________________________

(True/False)
4.9/5
(42)

Structure of the PROMOTION table Structure of the PROMOTION table    -Which of the following SQL statements was most likely used to create the PROMOTION table? -Which of the following SQL statements was most likely used to create the PROMOTION table?

(Multiple Choice)
4.8/5
(40)

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

(Short Answer)
4.8/5
(32)

Which keywords are used to complete the deletion of a column previously marked with SET UNUSED?

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(41)

DML commands are used to create or modify database tables.

(True/False)
4.7/5
(35)

The DROP TABLE command can be used to remove a table and all its data from a database.

(True/False)
4.8/5
(38)

A table name can contain the number sign and ____________________ symbols.

(Short Answer)
4.7/5
(31)

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

(Multiple Choice)
4.9/5
(43)

The RENAME command can be used to assign a table to a new schema.

(True/False)
4.8/5
(43)

The  MODIFY \underline { \text { MODIFY } } clause can be included in the ALTER TABLE command to add a default value to an existing column. _________________________

(True/False)
4.8/5
(38)

When a column is deleted, the deletion is permanent.

(True/False)
4.9/5
(33)

Structure of the PROMOTION table Structure of the PROMOTION table    -If the MAXRETAIL column of the PROMOTION table has been set as unused, which of the following commands is valid? -If the MAXRETAIL column of the PROMOTION table has been set as unused, which of the following commands is valid?

(Multiple Choice)
4.7/5
(34)

Which of the following keywords cannot be used to modify an existing table?

(Multiple Choice)
4.9/5
(37)

If the CREATE TABLE is being used to create a table from existing data, the SUBQUERY keyword must be used.

(True/False)
4.9/5
(36)

The  scale \underline { \text { scale } } of a NUMBER column indicates the total number of digits that can be stored in the column. _________________________

(True/False)
4.7/5
(29)

You cannot delete the last column in a table.

(True/False)
4.7/5
(26)

The maximum width of a(n) CHAR\underline { \mathrm{CHAR} } column is 4000 characters. _________________________

(True/False)
4.8/5
(34)

More than one column can be changed at a time with the  ALTER TABLE ...MODIFY \underline { \text { ALTER TABLE ...MODIFY } } command. _________________________

(True/False)
4.7/5
(28)

Structure of the PROMOTION table Structure of the PROMOTION table    -If a new column is added to the PROMOTION table, where will the new column be listed? -If a new column is added to the PROMOTION table, where will the new column be listed?

(Multiple Choice)
4.9/5
(23)
Showing 61 - 80 of 132
close modal

Filters

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