Exam 6: Additional Database Objects

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

The ____________________ clause identifies the lowest value a sequence can generate.

(Short Answer)
4.7/5
(34)

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

The default value for the INCREMENT BY clause is  two. \underline { \text { two. } } _________________________

(True/False)
5.0/5
(40)

To verify individual settings for the clauses of a sequence, you can query the ____ table in the data dictionary.

(Multiple Choice)
4.8/5
(35)

A synonym is an alternate name assigned to a database object.

(True/False)
4.9/5
(35)

A(n)  index \underline {\text { index } } can be created based on more than one column. _________________________

(True/False)
4.8/5
(40)

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.8/5
(37)

A(n)  index \underline {\text { index } } can be used to quickly determine whether a value already exists in a specific column. _________________________

(True/False)
4.8/5
(29)

What are the benefits and disadvantages of an index?

(Essay)
4.8/5
(37)

A(n) ____________________ synonym can be referenced by other database users.

(Short Answer)
4.8/5
(28)

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

(Essay)
4.7/5
(37)

If the PUBLIC keyword is not included when a synonym is created, the command will create a(n) ____ synonym, by default.

(Multiple Choice)
4.8/5
(21)

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

Which of the following sequence settings cannot be changed with the ALTER SEQUENCE command?

(Multiple Choice)
4.8/5
(39)

A(n)  sequence \underline {\text { sequence } } can be used to generate a series of numeric values. _________________________

(True/False)
4.8/5
(25)

A(n) ____________________ can be used to generate values for a column designated as the primary key for a table.

(Short Answer)
4.8/5
(36)

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

(True/False)
5.0/5
(29)

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

Which of the following statements about indexes is incorrect?

(Multiple Choice)
4.9/5
(34)

Which of the following is a correct statement?

(Multiple Choice)
4.8/5
(33)
Showing 81 - 100 of 132
close modal

Filters

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