Exam 4: Relational Model Characteristics

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

What are the characteristics of a relational table?

(Essay)
4.8/5
(32)

Codd's rule of ____________________ 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.8/5
(41)

Describe the use of nulls in a database.

(Essay)
4.8/5
(37)

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

(Short Answer)
4.7/5
(41)

The ____ relationship should be rare in any relational database design.

(Multiple Choice)
4.9/5
(38)

A ____ key can be described as a superkey without unnecessary attributes, that is, a minimal superkey.

(Multiple Choice)
4.8/5
(32)

In the relational model, ____ are important because they are used to ensure that each row in a table is uniquely identifiable.

(Multiple Choice)
4.8/5
(39)

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

(Short Answer)
4.7/5
(35)

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

(Multiple Choice)
4.9/5
(36)

In the relational model, ____________________ are important because they are used to ensure that each row in a table is uniquely identifiable.

(Short Answer)
4.8/5
(40)

Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.

(True/False)
4.9/5
(38)

Codd's Rule of ____ states: Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns).

(Multiple Choice)
4.8/5
(40)

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

(True/False)
4.7/5
(38)

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

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.8/5
(37)

The relational operators have the property of ____________________; that is, the use of relational algebra operators on existing relations (tables) produces new relations.

(Short Answer)
4.9/5
(36)

The equijoin takes its name from the comparison operator ____ used in the condition.

(Multiple Choice)
4.8/5
(34)

A foreign key must exist in both tables that have a relationship.

(True/False)
4.8/5
(44)

A ____ contains at least all of the attribute names and characteristics for each table in the system.

(Multiple Choice)
4.8/5
(32)

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.7/5
(38)
Showing 21 - 40 of 100
close modal

Filters

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