Exam 6: Additional Database Objects

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

An index is implicitly created when a NOT NULL constraint is added to a table.​

(True/False)
4.9/5
(33)

Using an identity column is particularly suited to use for a primary key when only random values are needed to uniquely identify rows.

(True/False)
4.7/5
(30)

Structure of the CUSTOMERS table Structure of the CUSTOMERS table    ​ -​Which of the following commands can be used to create a sequence for the CUSTOMERS table? ​ -​Which of the following commands can be used to create a sequence for the CUSTOMERS table?

(Multiple Choice)
4.7/5
(25)

​The starting value for a sequence cannot be changed using the ____________________ SEQUENCE command.

(Short Answer)
4.8/5
(28)

The CYCLE option prevents a sequence from regenerating previous values._________________________

(True/False)
4.7/5
(41)

Indexes are usually created for frequently referenced or searched columns._________________________

(True/False)
4.8/5
(42)

Which of the following keywords is used to actually generate a sequence value?

(Multiple Choice)
4.7/5
(40)

The last value generated by a sequence is stored in the ____ pseudocolumn.

(Multiple Choice)
4.9/5
(32)

Structure of the BOOKS table Structure of the BOOKS table    ​ -Which of the following methods is not used in an INSERT statement to enable the use of a DEFAULT sequence value defined for a column?​ ​ -Which of the following methods is not used in an INSERT statement to enable the use of a DEFAULT sequence value defined for a column?​

(Multiple Choice)
4.7/5
(37)

The ____________________ view can be used to verify the existence of an index owned by a user.

(Short Answer)
4.8/5
(30)

​The USER_ALL data dictionary view displays information about all the relevant objects owned by the user._________________________

(True/False)
4.8/5
(30)

Which of the following commands can be used to modify an index?​

(Multiple Choice)
4.9/5
(35)

A(n)sequencecan be used to generate a series of numeric values._________________________

(True/False)
4.9/5
(34)

If the last values generated by a sequence were 277 and 278,which of the following changes cannot be initiated by the ALTER SEQUENCE command?​

(Multiple Choice)
4.9/5
(34)

​A(n)synonym is a collection of objects._________________________

(True/False)
4.9/5
(33)

Structure of the BOOKS table Structure of the BOOKS table    ​ -Based on the structure of the BOOKS table,which of the following is a valid SQL statement?​ ​ -Based on the structure of the BOOKS table,which of the following is a valid SQL statement?​

(Multiple Choice)
4.8/5
(34)

Which of the following commands can be used to remove a sequence from a database?​

(Multiple Choice)
4.8/5
(29)

An index is implicitly created whenever a(n)CHECK constraint is created for a table column._________________________​

(True/False)
4.8/5
(34)
Showing 121 - 138 of 138
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)