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
_________________________ commands are used to create database objects.
(Short Answer)
4.9/5
(39)
The DELETE TABLE command can be used to remove a table from a database.
(True/False)
4.9/5
(30)
The INTERVAL datatype can be used to identify a specific interval, or amount, of time.
(True/False)
4.8/5
(34)
The DROP UNUSED COLUMNS clause can be used with the ____________________ command to delete any column previously set as unused.
(Short Answer)
4.8/5
(32)
The command can be used to delete all the data stored in a table and release the storage space, yet retain the structure of the table. _________________________
(True/False)
4.8/5
(41)
You cannot specify the width for a(n) column. _________________________
(True/False)
4.8/5
(45)
Once a column has been set as UNUSED, which of the following is correct?
(Multiple Choice)
4.7/5
(38)
A column's ____________________ identifies the type of data that can be stored in a column.
(Short Answer)
4.8/5
(39)
A table must contain a minimum of columns. _________________________
(True/False)
5.0/5
(37)
If you are creating a new table containing four columns from an existing table and want to change the name of one of the columns when it is created in the new table, add a column list containing ____ names in the CREATE TABLE clause.
(Multiple Choice)
4.8/5
(35)
The ____________________ clause of the ALTER TABLE command can be used to change the size of a column.
(Short Answer)
4.9/5
(28)
The ____________________ of a NUMBER column indicates the total number of digits that can be stored in the column.
(Short Answer)
4.8/5
(29)
The DROP COLUMN clause of the ALTER TABLE command can be used to drop a maximum of ____________________ column(s) at a time.
(Short Answer)
5.0/5
(20)
The ____________________ keyword must be used with the CREATE TABLE command if the table is being created from a subquery.
(Short Answer)
4.9/5
(37)
What is the maximum width that can be assigned to a DATE column?
(Multiple Choice)
4.9/5
(32)
Showing 41 - 60 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)