Exam 3: The Relational Database Model

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

Each table in a relational database must have a primary key.

(True/False)
4.9/5
(39)

Proper data _____ design requires carefully defined and controlled data redundancies to function properly.

(Short Answer)
4.9/5
(22)

Define entity integrity. What are the two requirements to ensure entity integrity?

(Essay)
4.8/5
(36)

The SELECT operator yields a vertical subset of a table.

(True/False)
4.8/5
(28)

Dr. Codd's _____ rule of relational database states that every value in a table is guaranteed to be accessible through a combination of table name, primary key value, and column name.

(Short Answer)
4.9/5
(31)

As rare as 1:1 relationships should be, certain conditions absolutely require their use.

(True/False)
4.9/5
(37)

Referential _____ dictates that the foreign key must contain values that match the primary key in the related table, or must contain null.

(Multiple Choice)
4.7/5
(33)

The DIVIDE operation uses one single-column table (e.g., column "a") as the divisor and one two-column table (e.g., columns "a" and "b") as the dividend.

(True/False)
4.8/5
(32)

To be considered minimally relational, the DBMS must support the key relational operators _____, PROJECT, and JOIN.

(Multiple Choice)
4.9/5
(35)

Relational algebra defines the theoretical way of manipulating table contents using relational operators.

(True/False)
4.8/5
(33)

When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be _____.

(Multiple Choice)
4.7/5
(34)

In a database context, the word _____ indicates the use of the same attribute name to label different attributes.

(Multiple Choice)
4.8/5
(33)

The row's range of permissible values is known as its domain.

(True/False)
4.9/5
(40)

Date attributes contain calendar dates stored in a special format known as the _____ date format.

(Multiple Choice)
4.8/5
(40)

In a database context, a(n) _____ indicates the use of different names to describe the same attribute.

(Multiple Choice)
4.8/5
(32)

The _____ constraint can be placed on a column to ensure that every row in the table has a value for that column.

(Multiple Choice)
4.8/5
(37)

If one department chair-a professor-can chair only one department, and one department can have only one department chair. The entities PROFESSOR and DEPARTMENT exhibit a(n) _____ relationship.

(Short Answer)
4.8/5
(44)

_____ relationships can be implemented by creating a new entity in 1:M relationships with the original entities.

(Multiple Choice)
4.8/5
(26)

A table is also called a(n) _____ because the relational model's creator, E. F. Codd, used the two terms as synonyms.

(Short Answer)
5.0/5
(36)

The practical significance of taking the logical view of a database is that it serves as a reminder of the simple file concept of data storage.

(True/False)
4.8/5
(34)
Showing 21 - 40 of 75
close modal

Filters

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