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 precision of a NUMBER does not include the decimal point itself in the total number of digits that can be stored in a column.
(True/False)
4.7/5
(34)
The clause can be used with the ALTER TABLE command to add a column to an existing table. _________________________
(True/False)
4.8/5
(32)
Which of the following datatypes refers to variable-length character data, where n represents the maximum length of the column?
(Multiple Choice)
4.8/5
(29)
A CHAR column cannot be resized to a width that is smaller than the data it already contains.
(True/False)
4.8/5
(43)
Each ____________________ name within a table must be unique.
(Short Answer)
4.9/5
(33)
The column definition of NUMBER(7, 4) indicates a precision of ____.
(Multiple Choice)
4.7/5
(37)
What is the difference between dropping a column with the DROP COLUMN clause and setting a column as unused with the SET UNUSED clause?
(Essay)
4.8/5
(29)
Which of the following symbols cannot be used in a table name?
(Multiple Choice)
4.8/5
(33)
The width of a NUMBER column cannot be once it contains data. _________________________
(True/False)
4.8/5
(34)
Which of the following SQL*Plus commands will display the structure of a table?
(Multiple Choice)
4.8/5
(34)
The DROP COLUMN clause of the ALTER TABLE command can only be used to one column at a time. _________________________
(True/False)
4.7/5
(42)
Once a table is ____________________, any associated indexes will be removed from the database.
(Short Answer)
4.8/5
(46)
Showing 121 - 132 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)