Exam 6: Additional Database Objects

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

If a column contains a large number of NULL values,a(n)____________________ can quickly help determine the rows that contain NULL values and those that do not.

(Short Answer)
4.8/5
(37)

The default beginning value for a sequence is one._________________________​

(True/False)
4.8/5
(40)

​Which option is used to have Oracle12c pre-generate a set of values and store those values in the server's memory?

(Multiple Choice)
4.9/5
(37)

​The USER_INDEXES data dictionary view can be used to verify existing indexes.

(True/False)
4.8/5
(36)

An _________________________ is a variant of the B-tree index structure and is used as an alternative to the conventional heap-organized table.​

(Short Answer)
4.7/5
(23)

Which of the following can be used to provide an alternative,simplified name,to identify database objects?​

(Multiple Choice)
4.9/5
(31)

The lowest possible value for an increasing sequence is 1._________________________

(True/False)
4.7/5
(40)

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

(Short Answer)
4.8/5
(37)

An index is not implicitly created when which type of constraint is created?

(Multiple Choice)
4.8/5
(35)

​When a positive value is assigned to the INCREMENT BY clause of the CREATE SEQUENCE command,numeric values are generated in ascending order._________________________

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.9/5
(35)

​The keyword ____________________ must be used in a CREATE INDEX command to create a Bitmap index.

(Short Answer)
4.9/5
(36)

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

(True/False)
4.9/5
(36)

The ____________________ clause of the CREATE SEQUENCE command is used to identify the starting value for a sequence.

(Short Answer)
4.8/5
(33)

Which command will create a sequence named NEWSEQUENCE to generate a series of integers?​

(Multiple Choice)
4.8/5
(34)

​The CURRVAL pseudocolumn is used to generate the next value in a sequence._________________________

(True/False)
4.8/5
(32)

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

(Essay)
4.8/5
(34)

Only one identity column may be defined on a table.

(True/False)
4.7/5
(25)

A(n)____________________ synonym is an alternate name that can be referenced by all users.​

(Short Answer)
4.9/5
(39)

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

(True/False)
5.0/5
(26)
Showing 41 - 60 of 138
close modal

Filters

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