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 ____________________ datatype is used to store fixed length data.
(Short Answer)
4.7/5
(28)
Data language commands are used to create or modify database tables. _________________________
(True/False)
4.7/5
(36)
Structure of the PROMOTION table
-A _______ column generates values automatically at runtime and may reference values from other columns.

(Multiple Choice)
4.7/5
(29)
A database ____________________ is a defined, self-contained structure in Oracle11g.
(Short Answer)
4.8/5
(37)
To delete all the rows in a table and free up the storage space that was occupied by those rows, the ____ command should be used.
(Multiple Choice)
4.7/5
(27)
The ALPHANUMERIC datatype can be used to store characters and numbers to a maximum width of 2000.
(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)
Which of the following terms refers to commands that are used to create or modify database tables?
(Multiple Choice)
4.8/5
(40)
Structure of the PROMOTION table
-Which of the following commands will change the name of the PROMOTION table to GIFT?

(Multiple Choice)
4.8/5
(39)
Structure of the CUSTOMERS table
-Which of the following commands will increase the size of the CITY column in the CUSTOMERS table from 12 to 20 and increase size of the LASTNAME column from 10 to 14?

(Multiple Choice)
4.9/5
(23)
The data contained in a dropped table can be retrieved if the option was not used in the DROP TABLE command. _________________________
(True/False)
4.9/5
(35)
The syntax of the command requires that the column list be enclosed in parentheses. _________________________
(True/False)
4.8/5
(33)
A table that has been dropped without the PURGE option can be retrieved using the FLASHBACK TABLE command.
(True/False)
4.8/5
(36)
commands are used to create or modify database objects. _________________________
(True/False)
4.8/5
(33)
When defining columns for a table in the CREATE TABLE command, the column list must be enclosed in which of the following symbols?
(Multiple Choice)
4.8/5
(32)
The command is used to create a table in Oracle11g. _________________________
(True/False)
5.0/5
(38)
Showing 21 - 40 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)