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
Which of the following is a valid table name in Oracle 12c?
(Multiple Choice)
4.9/5
(35)
The ____________________ command is used to display the structure of a table.
(Short Answer)
4.8/5
(29)
The MODIFY clause can be included in the ALTER TABLE command to add a default value to an existing column._________________________
(True/False)
4.9/5
(29)
_________________________ commands are used to create database objects.
(Short Answer)
4.8/5
(32)
The ____________________ clause of the ALTER TABLE command can be used to delete a column from an existing table.
(Short Answer)
4.8/5
(34)
Once a table is ____________________,any associated indexes will be removed from the database.
(Short Answer)
4.7/5
(39)
The DROP COLUMN clause of the ALTER TABLE command can be used to drop a maximum of ____________________ column(s)at a time.
(Short Answer)
4.9/5
(30)
Structure of the CUSTOMERS table
-Which of the following commands will add a new column named FIRST ORDER DATE to the CUSTOMERS table to store the date that the customer first placed an order with the company?

(Multiple Choice)
4.8/5
(20)
The CHAR datatype is used to store variable-length data that can consist of letters and numbers._________________________
(True/False)
4.8/5
(32)
The ____________________ command can be used to modify the structure of a table.
(Short Answer)
4.9/5
(41)
The ALPHANUMERIC datatype can be used to store characters and numbers to a maximum width of 2000.
(True/False)
4.8/5
(35)
When creating a table,which of the following statements is correct?
(Multiple Choice)
4.8/5
(35)
The default size of the CHAR column is 2._________________________
(True/False)
4.9/5
(30)
Which of the following keywords is used to remove a database table in Oracle 12c?
(Multiple Choice)
4.8/5
(36)
Which of the following rules apply to table names in Oracle 12c?
(Multiple Choice)
4.8/5
(34)
Which of the following keywords cannot be used to modify an existing table?
(Multiple Choice)
4.8/5
(36)
Once a column has been set as UNUSED,which of the following is correct?
(Multiple Choice)
4.8/5
(37)
What is the difference between truncating a table and dropping a table?
(Essay)
4.9/5
(37)
Showing 41 - 60 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)