Exam 6: Additional Database Objects

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

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
(35)

The lowest possible value for an increasing sequence is 1.\underline { 1 . } . _________________________

(True/False)
4.8/5
(36)

An index can be created ____.

(Multiple Choice)
4.8/5
(39)

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

(Short Answer)
4.8/5
(36)

The START WITH clause of a sequence cannot be reset with the ALTER SEQUENCE command.

(True/False)
4.7/5
(37)

A Bitmap index is useful for improving queries on columns that have low cardinality.

(True/False)
4.9/5
(36)

Sequence settings can be altered using the  ALTER SEQUENCE \underline {\text { ALTER SEQUENCE }} command. _________________________

(True/False)
4.8/5
(31)

A synonym can be created for any database object such as a table or sequence.

(True/False)
4.7/5
(33)

When creating a sequence, which of the following is not an optional clause?

(Multiple Choice)
4.9/5
(38)

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)
5.0/5
(35)

The  CYCLE \underline { \text { CYCLE } } option prevents a sequence from regenerating previous values. _________________________

(True/False)
4.7/5
(27)

Which command will create a synonym for a table?

(Multiple Choice)
4.9/5
(36)

A negative number can be assigned to the ____ clause to generate sequential numbers in decreasing order.

(Multiple Choice)
4.9/5
(29)

Which of the following contains the ROWID of referenced rows?

(Multiple Choice)
4.9/5
(35)

An index is implicitly created whenever a(n)  CHECK \underline {\text { CHECK } } constraint is created for a table column. _________________________

(True/False)
4.9/5
(46)

A sequence serves as a nickname for a database object.

(True/False)
4.9/5
(33)

A sequence can be used to speed up row retrieval.

(True/False)
5.0/5
(29)

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

(Multiple Choice)
4.9/5
(27)

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
(33)

Which command will delete a sequence?

(Multiple Choice)
4.8/5
(38)
Showing 41 - 60 of 132
close modal

Filters

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