Exam 7: Database Administration

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

Within relational model systems on both mainframes and personal computers, the main mechanism for increasing the efficiency with which data is retrieved from the database is the ____________________.

Free
(Short Answer)
4.9/5
(38)
Correct Answer:
Verified

index

With a view, the display of data can be customized to meet each user's needs.

Free
(True/False)
5.0/5
(41)
Correct Answer:
Verified

True

The general form for assigning a foreign key is ADD FOREIGN KEY, the column name(s) of the foreign key, the ____ clause, and then the table name that the foreign key must match.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

An auxiliary key is a column in one table whose values match the primary key in another table.

(True/False)
4.8/5
(35)

When you create a view, you cannot assign column names that are different from those in the base table.

(True/False)
4.9/5
(38)

A view cannot involve statistics.

(True/False)
4.9/5
(34)

The CREATE VIEW command includes the words CREATE VIEW, followed by the name of the view, the word ____, and then a query.

(Multiple Choice)
4.8/5
(37)

What are the benefits of using views?

(Essay)
4.9/5
(43)

In a business organization, a person or an entire group known as the ____ is charged with managing the database.

(Multiple Choice)
4.7/5
(36)

The main mechanism for providing access to a database is the ____________________ command.

(Short Answer)
4.9/5
(41)

The types of constraints supported in SQL are ____.

(Multiple Choice)
4.8/5
(37)

The main mechanism for providing access to a database is the ____ command.

(Multiple Choice)
4.7/5
(33)

You use the LEGAL clause of the ALTER TABLE command to ensure that only legal values satisfying a particular condition are allowed in a given column.

(True/False)
4.8/5
(32)

The defining query can be any transaction.

(True/False)
4.8/5
(39)

When renaming columns, you include the new column names in ____ following the name of the view.

(Multiple Choice)
4.9/5
(40)

The command used to delete an index is ____________________.

(Short Answer)
4.9/5
(38)

When a view is no longer needed, you can remove it using the ____________________ command.

(Short Answer)
4.8/5
(27)

When you specify a foreign key, the table referenced by the foreign key is the ____.

(Multiple Choice)
5.0/5
(40)

In Oracle, the ____ table contains information about the tables known to SQL.

(Multiple Choice)
4.8/5
(42)

Views furnish a certain amount of security; if users are accessing the database through a view, they cannot access any data that is not included in the view.

(True/False)
4.9/5
(35)
Showing 1 - 20 of 75
close modal

Filters

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