Exam 3: The Relational Database Model

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

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

(Multiple Choice)
4.8/5
(36)

Referential and entity integrity are two names for the same thing.

(True/False)
4.8/5
(35)

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.9/5
(44)

If the foreign key contains either matching values or nulls,the table that makes use of that foreign key is said to exhibit ____________________ integrity

(Short Answer)
4.8/5
(36)

If the attribute (B)is functionally dependent on a composite key (A)but not on any subset of that composite key,the attribute (B)is fully functionally dependent on (A).

(True/False)
4.9/5
(28)

Describe the use of nulls in a database.

(Essay)
4.8/5
(25)

A(n)____________________ provides a detailed description of all tables found within the user/designer-created database.

(Short Answer)
4.9/5
(29)

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

(True/False)
4.7/5
(42)

Only a single attribute,not multiple attributes,can define functional dependence.

(True/False)
4.8/5
(35)

To avoid nulls,some designers use special codes,known as ____________________,to indicate the absence of some value.

(Short Answer)
4.8/5
(29)

A(n)____________________ links tables on the basis of an equality condition that compares specified columns of each table.

(Short Answer)
4.9/5
(39)

Because the relational model uses attribute values to establish relationships among tables,many database users correctly assume that the term relation refers to such relationships.

(True/False)
4.9/5
(36)

____ combines all rows from two tables,excluding duplicate rows.

(Multiple Choice)
4.9/5
(26)

In a relational model,if A determines B,C,and D,you write A = B,C,D.

(True/False)
4.9/5
(28)

DBMSs use indexes for many different purposes.

(True/False)
4.8/5
(36)

Referential ____ means that if the foreign key contains a value,that value refers to an existing valid tuple (row)in another relation.

(Multiple Choice)
4.7/5
(33)

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

(Multiple Choice)
4.7/5
(33)

A(n)____________________ index is an index in which the index key can have only one pointer value (row)associated with it.

(Short Answer)
4.9/5
(34)

The attribute B is ____ the attribute A if each value in column A determines one and only one value in column B.

(Multiple Choice)
4.7/5
(32)

What are the characteristics of a relational table?

(Essay)
4.8/5
(36)
Showing 21 - 40 of 100
close modal

Filters

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