Exam 9: Constraints, indexes, and Other Specialized Objects

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

____________________ are used to contain automated counter values,most commonly used to retain counter values for integer-valued primary keys.

Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Verified

Sequences

You cannot change the state of a NOT NULL constraint.

Free
(True/False)
4.7/5
(35)
Correct Answer:
Verified

True

A table can have multiple PRIMARY KEY constraints.

Free
(True/False)
4.7/5
(28)
Correct Answer:
Verified

False

When you drop a ____ constraint,the associated index is also dropped.

(Multiple Choice)
4.8/5
(34)

____________________ indexes include table rows that have null values in all the indexed columns.

(Short Answer)
4.8/5
(32)

When viewing constraints from ALL_CONSTRAINTS,NOT NULL constraints are listed as ____ constraints,and have system-assigned names.

(Multiple Choice)
4.9/5
(33)

Frequently,NOT NULL and CHECK constraints are not named.

(True/False)
5.0/5
(36)

The reverse key index is a type of ____ index used to improve efficiency of Oracle Real Application Clusters.

(Multiple Choice)
4.8/5
(28)

Most tables have a primary key to comply with the standards of normalization of tables.

(True/False)
4.7/5
(32)

The ____ constraint helps validate the value within a column or a set of columns within one row.

(Multiple Choice)
4.8/5
(41)

The ____________________ view (and its corresponding DBA and USER views)contains the definition of a sequence.

(Short Answer)
4.9/5
(37)

____________________ constraints enforce only those changes that are made within the application.

(Short Answer)
4.8/5
(33)

PRIMARY KEY column(s)is / are usually placed ____ the table.

(Multiple Choice)
5.0/5
(37)

ON DELETE ____ instructs Oracle 10g to set the value of the foreign key column in the related child rows to null instead of deleting the rows.

(Multiple Choice)
4.9/5
(29)

By default,the initial value of a sequence when it is first created is 0.

(True/False)
4.8/5
(37)

It is advisable to specifically name at least all PRIMARY KEY and ____ constraints.

(Multiple Choice)
4.9/5
(41)

Creating a primary key in an Oracle 10g database automatically creates an internal unique ____________________.

(Short Answer)
4.9/5
(30)

It is possible to create an index owned by one user on a table owned by another user,provided that the creating user has either the CREATE ANY INDEX privilege or the INDEX privilege on the target table,or the user has been granted specific privileges for creating an index on that table.

(True/False)
4.8/5
(36)

Any constraint other than ____ can be dropped using the ALTER TABLE DROP CONSTRAINT command.

(Multiple Choice)
4.9/5
(38)

A(n)____________________ is a database structure that is associated with a table or a cluster and speeds up data retrieval when the table or cluster is used in a query.

(Short Answer)
4.9/5
(38)
Showing 1 - 20 of 108
close modal

Filters

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