Exam 6: Additional Database Objects
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
If a column contains a large number of NULL values, a(n) ____________________ can quickly help determine the rows that contain NULL values and those that do not.
Free
(Short Answer)
4.8/5
(40)
Correct Answer:
index
When a positive value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command, numeric values are generated in descending order.
Free
(True/False)
4.7/5
(32)
Correct Answer:
False
The highest possible value for a sequence can be specified through the MAXVALUE clause.
Free
(True/False)
4.8/5
(34)
Correct Answer:
True
The default beginning value for a sequence is _________________________
(True/False)
4.8/5
(30)
A(n) can be used to generate a series of unique numbers. _________________________
(True/False)
4.8/5
(34)
A(n) ____ synonym is used by an individual to reference objects owned by that person.
(Multiple Choice)
4.8/5
(34)
If the minimum value for a sequence is not specified, then NOMINVALUE will be assumed as the default.
(True/False)
4.8/5
(34)
A database index allows users and application programs to quickly locate specific records.
(True/False)
4.9/5
(41)
The ____________________ SEQUENCE command can be used to permanently delete a sequence from a database.
(Short Answer)
5.0/5
(37)
are usually created for frequently referenced or searched columns. _________________________
(True/False)
4.8/5
(41)
Even if you created a PUBLIC synonym, you must have ____________________ privileges to delete a PUBLIC synonym.
(Short Answer)
4.8/5
(34)
When a negative value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command, numeric values are generated in descending order.
(True/False)
4.8/5
(31)
Which of the following can be used to remove an index that currently exists on the column of a database table?
(Multiple Choice)
4.8/5
(29)
A(n) ____ synonym is used by others to access an individual's database objects.
(Multiple Choice)
4.7/5
(35)
A(n) ____________________ can be used for internal control purposes by generating a series of numbers.
(Short Answer)
5.0/5
(38)
The ____________________ clause is used to indicate the interval that must exist between two values generated in a sequence.
(Short Answer)
4.8/5
(32)
If a sequence is set to pre-generate sequential values, ____ values will be generated at one time by default.
(Multiple Choice)
4.9/5
(30)
The ____________________ index structure can be particularly beneficial in queries involving compound conditions (AND and OR operator usage).
(Short Answer)
5.0/5
(38)
A column has low cardinality if it contains many distinct values.
(True/False)
4.9/5
(31)
The ____________________ SYNONYM command is used to permanently remove a synonym from a database.
(Short Answer)
4.9/5
(31)
Showing 1 - 20 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)