Exam 3: Table Creation and Management
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
The TABLE command can be used to modify an existing table. _________________________
(True/False)
4.9/5
(42)
Structure of 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)
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 clause can be included in the ALTER TABLE command to add a default value to an existing column. _________________________
(True/False)
4.8/5
(38)
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?

(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 of a NUMBER column indicates the total number of digits that can be stored in the column. _________________________
(True/False)
4.7/5
(29)
The maximum width of a(n) column is 4000 characters. _________________________
(True/False)
4.8/5
(34)
More than one column can be changed at a time with the command. _________________________
(True/False)
4.7/5
(28)
Structure of the PROMOTION table
-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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)