Exam 6: Additional Database Objects

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

Which options are used in application cluster environments where multiple users may be requesting sequence values at the same time?

(Multiple Choice)
5.0/5
(37)

Who can remove a public synonym from the database?

(Multiple Choice)
4.8/5
(24)

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

(Multiple Choice)
4.7/5
(30)

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

(True/False)
4.8/5
(41)

An explicitly created index can be dropped with the DROP INDEX command.

(True/False)
4.8/5
(35)

The USER_SEQUENCES view of the data dictionary can be used to determine the current values and settings for a sequence.

(True/False)
4.8/5
(29)

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

(Short Answer)
4.9/5
(41)

Which of the following SQL statements will delete the private synonym named MYSYNON?

(Multiple Choice)
4.7/5
(35)

The  GENERATE \underline { \text { GENERATE } } option can be used to have a sequence pre-generate a set of numbers before they are requested by a user. _________________________

(True/False)
4.9/5
(33)

The  INCREMENT BY \underline { \text { INCREMENT BY } } BY setting for a sequence cannot be changed with the ALTER SEQUENCE command. _________________________

(True/False)
4.8/5
(39)

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

(True/False)
4.8/5
(40)

Structure of the CUSTOMERS table Structure of the CUSTOMERS table    -Which of the following commands can be used to create a sequence for the CUSTOMERS table? -Which of the following commands can be used to create a sequence for the CUSTOMERS table?

(Multiple Choice)
4.8/5
(39)

The USER_SEQ data dictionary view can be used to verify sequence settings. _________________________

(True/False)
4.7/5
(39)

A(n) ____________________ can be used to quickly locate specific records in a large table.

(Short Answer)
4.9/5
(37)

By default, the lowest value that can be generated by a sequence is 0.

(True/False)
4.8/5
(31)

When a sequence is created for internal control purposes, the values should not be cached otherwise gaps may appear in the sequence.

(True/False)
4.9/5
(35)

The START WITH clause is used to identify the starting numeric value for a synonym.

(True/False)
4.8/5
(32)

To create a PUBLIC synonym, the  PUBLIC \underline {\text { PUBLIC } } keyword must be used in the CREATE SYNONYM command. _________________________

(True/False)
4.8/5
(34)

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

(Short Answer)
4.7/5
(25)

Both a minimum and maximum value can be defined for a(n)  sequence \underline { \text { sequence } } . _________________________

(True/False)
4.8/5
(38)
Showing 101 - 120 of 132
close modal

Filters

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