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
After the highest possible value for a sequence has been reached,previous values can be reused if the NOCYCLE option has been specified.
Free
(True/False)
4.8/5
(28)
Correct Answer:
False
Which of the following statements about sequences is incorrect?
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
A
Which command will create a synonym for a table?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
The ____________________ clause identifies the lowest value a sequence can generate.
(Short Answer)
4.9/5
(33)
Which of the following contains the ROWID of referenced rows?
(Multiple Choice)
4.7/5
(35)
The NEXTVAL pseudocolumn can be referenced in an INSERT command to add the value to a database table.
(True/False)
4.8/5
(38)
A(n)____ synonym is used by an individual to reference objects owned by that person.
(Multiple Choice)
4.8/5
(44)
The ____________________ value of a sequence cannot be changed if the sequence has already generated a number greater than that value.
(Short Answer)
4.8/5
(29)
By default,the lowest value that can be generated by a sequence is 0.
(True/False)
4.8/5
(37)
A(n)____ generates sequential integers that can be used by organizations to assist with internal controls or simply to serve as a primary key for a table.
(Multiple Choice)
4.9/5
(37)
When a sequence is created for internal control purposes,the values should not be cached otherwise gaps may appear in the sequence.
(True/False)
4.9/5
(31)
When creating a sequence,which of the following is not an optional clause?
(Multiple Choice)
4.9/5
(32)
A(n)index can be used to generate a series of unique numbers._________________________
(True/False)
4.8/5
(40)
Which of the following can be used to remove an index that currently exists on the column of a database table?
(Multiple Choice)
5.0/5
(49)
Which of the following is defined in Oracle12c as simply anything that has a name and a defined structure?
(Multiple Choice)
5.0/5
(33)
Which of the following serves the same basic purpose as an index in a book,by allowing users to quickly locate specific records?
(Multiple Choice)
4.9/5
(34)
A(n)____________________ can be used to quickly locate specific records in a large table.
(Short Answer)
5.0/5
(36)
Showing 1 - 20 of 138
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)