Exam 7: Database Administration

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

What does this SQL command accomplish? ALTER TABLE PRODUCTS ADD CHECK (SIZE IN ('S', 'M', 'L', 'XL', 'XXL'));

(Multiple Choice)
4.7/5
(50)

An index makes certain types of retrieval more efficient.

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.7/5
(33)

What happens if Samantha, whose view of the database contains only a portion of the rows and columns of the base table, attempts to add a row to the table through her view?

(Multiple Choice)
4.9/5
(27)

Which of the following commands deletes an index?

(Multiple Choice)
4.7/5
(39)

Which privilege can be granted to allow a user to retrieve data?

(Multiple Choice)
4.9/5
(36)

When users create, alter, or drop tables or create or drop indexes, the DBMS updates the system catalog automatically.

(True/False)
4.7/5
(23)

Which command will allow user Thompson to remove rows from the CUSTOMER table?

(Multiple Choice)
4.9/5
(36)

What are the disadvantages of using an index?

(Essay)
4.8/5
(26)

Martine's database administrator has set up a view for her so that she can access the information she needs from the database. What will happen when new columns Martine does not need to see are added to the base tables used for Martine's view?

(Multiple Choice)
4.9/5
(38)

In a business organization, the person or entire group of people charged with managing the database is known as the _____.

(Multiple Choice)
4.9/5
(40)

To ensure the uniqueness of values in a nonprimary key column, you can create an index using the _____.

(Multiple Choice)
5.0/5
(39)

Views can contain only the columns required by a given user. What two advantages are conferred by this aspect of views?

(Multiple Choice)
4.8/5
(35)

You can create and maintain an index on any row in any table.

(True/False)
4.8/5
(47)

Explain what happens when you create a query that involves a view.

(Essay)
5.0/5
(42)
Showing 21 - 35 of 35
close modal

Filters

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