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 command is used to rename a table you own?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
D
The maximum width of the NUMBER datatype is ____ digits.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
C
Structure of the PROMOTION table
-Which of the following commands will change the name of the PROMOTION table to GIFT?

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
D
What is the maximum width that can be assigned to a DATE column?
(Multiple Choice)
4.9/5
(38)
When using the ALTER TABLE...DROP COLUMN command,which of the following is not correct?
(Multiple Choice)
4.8/5
(33)
The scale of a NUMBER column indicates the number of digits that can be displayed to the right of the decimal point.
(True/False)
4.9/5
(32)
The syntax of the CREATE TABLE command requires that the column list be enclosed in parentheses._________________________
(True/False)
4.8/5
(33)
Which of the following terms refers to commands that are used to create or modify database tables?
(Multiple Choice)
4.9/5
(31)
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.9/5
(36)
Which of the following rules does not apply to column names in Oracle 12c?
(Multiple Choice)
4.8/5
(33)
The TRUNCATE TABLE command can be used to delete a table from a database._________________________
(True/False)
4.7/5
(46)
The RENAME command can be used to assign a table to a new schema.
(True/False)
4.9/5
(36)
A database must be shut down before the ALTER TABLE command can be executed.
(True/False)
4.8/5
(31)
Structure of the CUSTOMERS table
-Which of the following commands will display the structure of the CUSTOMERS table?

(Multiple Choice)
4.7/5
(40)
If a new table is being created based upon a subquery,the subquery must be enclosed in which of the following symbols?
(Multiple Choice)
4.7/5
(37)
Each ____________________ name within a table must be unique.
(Short Answer)
5.0/5
(31)
Structure of the CUSTOMERS table
-Which of the following commands will change the name of the LAST NAME column to LAST_NAME in the CUSTOMERS table?

(Multiple Choice)
4.8/5
(31)
A(n)____ simply identifies the type of data that Oracle 12c will be expected to store in a column.
(Multiple Choice)
4.7/5
(22)
A database ____________________ is a defined,self-contained structure in Oracle 12c.
(Short Answer)
4.8/5
(38)
Which of the following keywords can be used to change the size,datatype,and/or default value of an existing column?
(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)