Exam 6: Additional Database Objects

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

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

(True/False)
5.0/5
(36)

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

(Short Answer)
4.7/5
(34)

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

A(n)index can be used to quickly determine whether a value already exists in a specific column._________________________​

(True/False)
4.8/5
(33)

To create a PUBLIC synonym,the PUBLIC keyword must be used in the CREATE SYNONYM command._________________________​

(True/False)
4.9/5
(29)

​Even if you created a PUBLIC synonym,you must have ____________________ privileges to delete a PUBLIC synonym.

(Short Answer)
4.9/5
(27)

Structure of the BOOKS table Structure of the BOOKS table    ​ -​Which of the following is not a valid statement concerning identity columns. ​ -​Which of the following is not a valid statement concerning identity columns.

(Multiple Choice)
4.9/5
(40)

The ____________________ SYNONYM command is used to permanently remove a synonym from a database

(Short Answer)
4.8/5
(33)

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

(True/False)
4.9/5
(37)

The NEXTVALUE pseudocolumn is used to actually generate the next value in a sequence.​

(True/False)
4.9/5
(31)

The purpose of an index is to ____.​

(Multiple Choice)
4.7/5
(36)

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

(Short Answer)
4.8/5
(33)

The ____________________ option of a sequence indicates that a set of values are to be pre-generated by the sequence rather than wait for a user request.​

(Short Answer)
4.9/5
(33)

All synonyms are PUBLIC.

(True/False)
4.9/5
(31)

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

(Multiple Choice)
4.7/5
(37)

An index can be created with the ____________________ INDEX command.

(Short Answer)
4.7/5
(36)

If the minimum value for a sequence is not specified,then NOMINVALUE will be assumed as the default.​

(True/False)
4.9/5
(30)

A database index allows users and application programs to quickly locate specific records.​

(True/False)
4.9/5
(30)

The INCREMENT BY setting for a sequence cannot be changed with the ALTER SEQUENCE command._________________________

(True/False)
4.8/5
(34)

By default,the START WITH clause has a value of one.​

(True/False)
4.9/5
(38)
Showing 81 - 100 of 138
close modal

Filters

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