Exam 6: Additional Database Objects
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 ____ options are used to determine whether Oracle12c should begin reissuing values from the sequence once the minimum or maximum value has been reached.
(Multiple Choice)
4.8/5
(42)
Oracle12c will begin each sequence with the value of one,unless another value is specified in the ____ clause.
(Multiple Choice)
4.8/5
(30)
The default value for the INCREMENT BY clause is two._________________________
(True/False)
4.8/5
(35)
The NOCACHE option specifies that the sequence can generate a number only after a request has been made by a user.
(True/False)
4.9/5
(29)
Pre-generated sequence numbers that have not been used when the database is shut down will no longer be available when the database is restarted.
(True/False)
4.9/5
(30)
The START WITH clause of a sequence cannot be reset with the ALTER SEQUENCE command.
(True/False)
4.9/5
(38)
The highest possible value for a sequence can be specified through the MAXVALUE clause.
(True/False)
5.0/5
(36)
A column has low cardinality if it contains many distinct values.
(True/False)
4.8/5
(27)
Which of the following SQL statements will delete the private synonym named MYSYNON?
(Multiple Choice)
4.8/5
(40)
An explicitly created index can be dropped with the DROP INDEX command.
(True/False)
4.7/5
(30)
The START WITH clause is used to identify the starting numeric value for a synonym.
(True/False)
4.9/5
(27)
A(n)index can be created based on more than one column._________________________
(True/False)
4.8/5
(34)
The ____________________ SEQUENCE command can be used to permanently delete a sequence from a database.
(Short Answer)
4.9/5
(33)
If more than ____________________ percent of a table is expected to be returned in the results of a query,then an index will probably not speed up the process.
(Short Answer)
4.9/5
(30)
Which of the following sequence settings cannot be changed with the ALTER SEQUENCE command?
(Multiple Choice)
4.8/5
(40)
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.7/5
(37)
To verify individual settings for the clauses of a sequence,you can query the ____ table in the data dictionary.
(Multiple Choice)
4.9/5
(41)
When working with cached sequence values,which of the following is correct?
(Multiple Choice)
4.8/5
(30)
Showing 61 - 80 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)