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
Which of the following symbols can be used in a column name?
(Multiple Choice)
4.8/5
(38)
When modifying data in existing columns, which of the following is correct?
(Multiple Choice)
4.8/5
(35)
Structure of the CUSTOMERS table
-Which of the following commands will display the structure of the CUSTOMERS table?

(Multiple Choice)
4.9/5
(38)
The ____________________ command is used to display the structure of a table.
(Short Answer)
4.7/5
(31)
Which of the following keywords can be used to change the size, datatype, and/or default value of an existing column?
(Multiple Choice)
4.8/5
(35)
Which of the following commands will drop any columns marked as unused from the TABLEA table?
(Multiple Choice)
4.9/5
(38)
The column list of the CREATE TABLE command must be enclosed in ____________________.
(Short Answer)
4.7/5
(32)
When creating a table, which of the following statements is correct?
(Multiple Choice)
4.8/5
(43)
The MODIFY TABLE command can be used to change the size of a table.
(True/False)
4.9/5
(26)
Structure of the CUSTOMERS table
-Which of the following commands will add a new column named FIRSTORDERDATE to the CUSTOMERS table to store the date that the customer first placed an order with the company?

(Multiple Choice)
4.9/5
(36)
The ____________________ command can be used to modify the structure of a table.
(Short Answer)
4.8/5
(35)
The ____________________ TABLE command can be used to delete and release the storage space of all data contained in a database table, while still retaining the table's structure.
(Short Answer)
4.9/5
(42)
A(n) ____ simply identifies the type of data that Oracle11g will be expected to store in a column.
(Multiple Choice)
4.9/5
(34)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)