Filters
Question type

Study Flashcards

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

A) True
B) False

Correct Answer

verifed

verified

Structure of the BOOKS table Structure of the BOOKS table    ​ -​Which of the following is not a valid statement concerning identity columns. A)  ​A DEFAULT clause may be assigned B)  ​A unique constraint is automatically applied C)  ​Only one may be created in a table D)  ​Must have a numeric data type ​ -​Which of the following is not a valid statement concerning identity columns.


A) ​A DEFAULT clause may be assigned
B) ​A unique constraint is automatically applied
C) ​Only one may be created in a table
D) ​Must have a numeric data type

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

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.​

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

The purpose of an index is to ____.​


A) ​speed up DML operations
B) ​speed up full table scans
C) ​efficiently determine whether a value exists in a table
D) ​all of the above

E) B) and C)
F) A) and C)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

All synonyms are PUBLIC.

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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?


A) sequence
B) index
C) synonym
D) schema alias

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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


A) ​PUBLIC
B) ​functional
C) ​private
D) ​objective

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

An index can be created with the ____________________ INDEX command.

Correct Answer

verifed

verified

Showing 81 - 100 of 138

Related Exams

Show Answer