Exam 6: Additional Database Objects

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

​Which command will create an index?

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(42)

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

(Multiple Choice)
4.8/5
(30)

​The default value for the INCREMENT BY clause is two._________________________

(True/False)
4.8/5
(35)

Which of the following is a correct statement?​

(Multiple Choice)
4.9/5
(22)

​The NOCACHE option specifies that the sequence can generate a number only after a request has been made by a user.

(True/False)
4.9/5
(29)

Pre-generated sequence numbers that have not been used when the database is shut down will no longer be available when the database is restarted.

(True/False)
4.9/5
(30)

​The START WITH clause of a sequence cannot be reset with the ALTER SEQUENCE command.

(True/False)
4.9/5
(38)

​The highest possible value for a sequence can be specified through the MAXVALUE clause.

(True/False)
5.0/5
(36)

A column has low cardinality if it contains many distinct values.

(True/False)
4.8/5
(27)

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

(Multiple Choice)
4.8/5
(40)

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

(True/False)
4.7/5
(30)

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

(True/False)
4.9/5
(27)

​A(n)index can be created based on more than one column._________________________

(True/False)
4.8/5
(34)

The ____________________ SEQUENCE command can be used to permanently delete a sequence from a database.​

(Short Answer)
4.9/5
(33)

If more than ____________________ percent of a table is expected to be returned in the results of a query,then an index will probably not speed up the process.

(Short Answer)
4.9/5
(30)

Which of the following sequence settings cannot be changed with the ALTER SEQUENCE command?​

(Multiple Choice)
4.8/5
(40)

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

(True/False)
4.7/5
(37)

To verify individual settings for the clauses of a sequence,you can query the ____ table in the data dictionary.​

(Multiple Choice)
4.9/5
(41)

When working with cached sequence values,which of the following is correct?​

(Multiple Choice)
4.8/5
(30)
Showing 61 - 80 of 138
close modal

Filters

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