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
A table name can be up to 30 characters in length.
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
The ____________________ clause of the ALTER TABLE command can be used to delete a column from an existing table.
Free
(Short Answer)
4.8/5
(42)
Correct Answer:
DROP COLUMN
Which of the following is a valid SQL statement?
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
A
Structure of the PROMOTION table
-Which of the following commands will set the MINRETAIL column of the PROMOTION table as unused?

(Multiple Choice)
4.7/5
(30)
A table name can contain a maximum of ____________________ characters.
(Short Answer)
4.8/5
(28)
The command can be used to delete a table from a database. _________________________
(True/False)
4.7/5
(36)
Structure of the CUSTOMERS table
-Which of the following commands will change the name of the LASTNAME column to LAST_NAME in the CUSTOMERS table?

(Multiple Choice)
4.8/5
(41)
When using the ALTER TABLE...DROP COLUMN command, which of the following is not correct?
(Multiple Choice)
4.8/5
(30)
Which of the following datatypes refers to fixed-length character data, where n represents the maximum length of the column?
(Multiple Choice)
4.8/5
(44)
To retain the structure of a table, while deleting all its data and releasing their storage space, execute the TRUNC command.
(True/False)
4.8/5
(40)
What is the difference between truncating a table and dropping a table?
(Essay)
4.8/5
(31)
Once a column as been set as it cannot be recovered. _________________________
(True/False)
4.9/5
(27)
Which of the following commands can be used to make structural changes to an existing table?
(Multiple Choice)
4.8/5
(31)
If you are creating a new table from data contained in an existing table, new column names can be specified by including a list of column names ____.
(Multiple Choice)
4.7/5
(31)
Which of the following is displayed by the DESCRIBE command?
(Multiple Choice)
4.9/5
(31)
When defining columns for a table, which of the following symbols is used to separate the column names in the column list?
(Multiple Choice)
4.8/5
(33)
A datatype identifies the type of data to be stored in a column.
(True/False)
4.8/5
(37)
Showing 1 - 20 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)