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
The maximum width of a(n)CHAR column is 4000 characters._________________________
(True/False)
5.0/5
(35)
A datatype identifies the type of data to be stored in a column.
(True/False)
4.7/5
(37)
The MODIFY clause can be used with the ALTER TABLE command to add a column to an existing table._________________________
(True/False)
4.8/5
(21)
The DROP COLUMN clause of the ALTER TABLE command can only be used to delete one column at a time._________________________
(True/False)
4.8/5
(30)
The scale of a NUMBER column indicates the total number of digits that can be stored in the column._________________________
(True/False)
4.8/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
(40)
The column list of the CREATE TABLE command must be enclosed in ____________________.
(Short Answer)
4.8/5
(27)
Which of the following keywords uses a subquery to create a new table using existing database tables?
(Multiple Choice)
4.8/5
(27)
A table name can contain a maximum of ____________________ characters.
(Short Answer)
4.8/5
(38)
When adding a column to an existing table,the ____________________ clause must be used with the ALTER TABLE command.
(Short Answer)
4.9/5
(41)
The ____________________ keyword must be used with the CREATE TABLE command if the table is being created from a subquery.
(Short Answer)
4.9/5
(33)
The ____________________ TABLE command can be used to delete a table from a database.
(Short Answer)
4.8/5
(28)
A table name must begin with a(n)number._________________________
(True/False)
4.8/5
(42)
The ____________________ datatype is used to store fixed length data.
(Short Answer)
4.8/5
(36)
The abbreviation for the DESCRIBE command is DES._________________________
(True/False)
4.8/5
(38)
Which of the following keywords is used to mark a column for deletion at a later time?
(Multiple Choice)
4.8/5
(34)
The USER_TAB_COLS data dictionary object contains a column to identify hidden columns.
(True/False)
4.8/5
(42)
Showing 61 - 80 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)