Exam 6: Additional Database Objects

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

An index can be created ____.​

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(32)

A DEFAULT sequence value will override any value provided for the column in an INSERT statement.

(True/False)
4.9/5
(26)

A large table containing a particular column that is frequently referenced by a WHERE clause would probably benefit from a(n)sequence._________________________

(True/False)
4.9/5
(34)

When a positive 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)

The ____________________ option is used to indicate that the values assigned by a sequence can be used after the maximum value is reached.

(Short Answer)
4.9/5
(37)

Both a minimum and maximum value can be defined for a(n)sequence._________________________

(True/False)
4.8/5
(27)

​The ____________________ clause is used to indicate the interval that must exist between two values generated in a sequence.

(Short Answer)
4.7/5
(32)

​Indexes can speed up row retrieval,but can slow down ____________________ operations because the index must also be updated.

(Short Answer)
4.8/5
(32)

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

(True/False)
4.8/5
(22)

A NEXTVAL call generates the sequence value of 5.After the value is generated,what value will be stored in CURRVAL?

(Multiple Choice)
4.9/5
(31)

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

(Multiple Choice)
4.9/5
(35)

A sequence can be deleted from the database using the DROP SEQUENCE command._________________________

(True/False)
4.8/5
(41)

Which command will modify a sequence?​

(Multiple Choice)
4.8/5
(35)

Which command will delete a sequence?​

(Multiple Choice)
4.8/5
(37)

A synonym is an alternate name assigned to database instances._________________________

(True/False)
4.8/5
(35)

​How does an Index Organized table differ from a standard table and a typical index?

(Essay)
4.8/5
(35)

The ____________________ index structure can be particularly beneficial in queries involving compound conditions (AND and OR operator usage).

(Short Answer)
4.8/5
(35)

A function-based index can be created based on which of the following?​

(Multiple Choice)
4.7/5
(22)

If a sequence is set to pre-generate sequential values,____ values will be generated at one time by default.

(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 138
close modal

Filters

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