Exam 4: The Relational Model 3: Advanced Topics

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

To insert a new field in a table, which keyword should be used with the ALTER TABLE command?

(Multiple Choice)
4.9/5
(40)

To create the primary key clause for the Customer table on the CustomerNum field, which statement should you use?

(Multiple Choice)
4.8/5
(44)

What value can you set a field to that is similar to not entering a value in it at all?

(Multiple Choice)
4.8/5
(40)

Indexes can increase the efficiency with which data is retrieved from the database.

(True/False)
4.9/5
(41)

What is the difference between entity integrity and referential integrity?

(Essay)
4.9/5
(31)

You can change the structure of a table using the CREATE VIEW command.

(True/False)
4.8/5
(38)

In SQL, you use the VERIFY clause to enforce legal-values integrity.

(True/False)
5.0/5
(37)

A trigger is stored and compiled on the client computer.

(True/False)
4.9/5
(34)

Using Access, which command will create a new table named NewClients from an existing table named Clients?

(Multiple Choice)
4.8/5
(35)

One advantage of a view is that different users can view the same data in different ways.

(True/False)
4.8/5
(35)

To create a view in Access, you create and then save a query.

(True/False)
4.8/5
(41)

Discuss validation rules and validation text.

(Essay)
4.8/5
(36)

The command DEL INDEX CustList; would remove the index named CustList.

(True/False)
4.7/5
(44)

One disadvantage of using views is that they are data dependent so that if the database structure changes in any way, the view can no longer be used.

(True/False)
4.8/5
(40)

Explain what is meant by a null value. Is a null value the same as a value of zero?

(Essay)
4.8/5
(28)

To create an index named RepBal with the keys RepNum and Balance and with the balances listed in descending order, which command should you use?

(Multiple Choice)
4.8/5
(33)

Describe a client/server system and how it applies to stored procedures.

(Essay)
5.0/5
(35)

What database rule states that no field that is part of the primary key may accept null values?

(Multiple Choice)
4.9/5
(37)

Which of the following is a disadvantage of using an index?

(Multiple Choice)
4.8/5
(30)

What SQL feature can you use if you want to create a view that combines data from more than one table?

(Multiple Choice)
4.8/5
(39)
Showing 21 - 40 of 50
close modal

Filters

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