Exam 3: Table Creation and Management

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

A table must contain a minimum of two columns._________________________

(True/False)
4.8/5
(35)

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.7/5
(32)

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.​

(Multiple Choice)
4.9/5
(31)

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

(Short Answer)
4.8/5
(37)

Using the DESC on a table will display hidden columns.​

(True/False)
4.9/5
(46)

You cannot specify the width for a(n)NUMBER column._________________________​

(True/False)
4.9/5
(30)

When a column is deleted,the deletion is permanent.​

(True/False)
4.9/5
(43)

To retain the structure of a table,while deleting all its data and releasing their storage space,execute the TRUNC command.​

(True/False)
4.7/5
(43)

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

(Multiple Choice)
4.8/5
(37)

DDL commands are used to create or modify database objects._________________________​

(True/False)
4.8/5
(23)

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 MODIFY TABLE command can be used to change the size of a table.

(True/False)
4.9/5
(30)

The CHANGE TABLE command can be used to modify an existing table._________________________ ​

(True/False)
4.8/5
(27)

A _______ column generates values automatically at runtime and may reference values from other columns.​

(Multiple Choice)
4.8/5
(40)

Only one column can be added to an existing table at one time.​

(True/False)
4.8/5
(26)

Which of the following is displayed by the DESCRIBE command?​

(Multiple Choice)
4.8/5
(39)
Showing 121 - 136 of 136
close modal

Filters

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