Exam 3: Table Creation and Management
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
A table must contain a minimum of two columns._________________________
(True/False)
4.8/5
(35)
Structure of 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)
You cannot specify the width for a(n)NUMBER column._________________________
(True/False)
4.9/5
(30)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)