Exam 6: Additional Database Objects

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

Which of the following is used to establish a minimum or maximum value, respectively, for a sequence?

(Multiple Choice)
4.8/5
(26)

The NEXTVAL pseudocolumn can be referenced in an INSERT command to add the value to a database table.

(True/False)
4.8/5
(31)

The highest possible value for a descending sequence is -1.

(True/False)
5.0/5
(35)

Oracle10g will begin each sequence with the value of one, unless another value is specified in the ____ clause.

(Multiple Choice)
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.7/5
(28)

A function-based index can be used for queries that include searches based upon arithmetic expressions or functions.

(True/False)
4.8/5
(32)

How can an organization use a sequence for internal control purposes?

(Essay)
5.0/5
(33)

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

(Short Answer)
5.0/5
(38)

Which of the following can be created so other users will not need to prefix a table owned by user Jeff with his schema name?

(Multiple Choice)
4.8/5
(33)

A basic CREATE INDEX command will create a B-Tree index.

(True/False)
4.8/5
(33)

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

(True/False)
4.9/5
(32)

The ____ clause is used to specify the interval between two sequential values.

(Multiple Choice)
4.9/5
(38)

A synonym is an alternate name assigned to database  instances \underline { \text { instances } } . _________________________

(True/False)
4.9/5
(41)

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

The ____ options are used to determine whether Oracle10g should begin reissuing values from the sequence once the minimum or maximum value has been reached.

(Multiple Choice)
4.8/5
(37)

Which of the following statements about NEXTVAL and CURRVAL is incorrect?

(Multiple Choice)
4.8/5
(37)

The ____________________ pseudocolumn is used to generate the next sequence value.

(Short Answer)
4.8/5
(38)

After a value is generated, it is stored in the ____________________ pseudocolumn so it can be referenced again by a user.

(Short Answer)
4.9/5
(39)

Which of the following statements about sequences is incorrect?

(Multiple Choice)
4.9/5
(32)

To change the starting value for a sequence, the sequence must be dropped and then re-created.

(True/False)
4.8/5
(37)
Showing 61 - 80 of 132
close modal

Filters

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