Exam 3: The Relational Database Model

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

The relational model's creator,E.F.Codd,used the term relation as a synonym for ____.

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

C

Describe the use of the UNION operator.

Free
(Essay)
4.7/5
(30)
Correct Answer:
Verified

UNION combines all rows from two tables,excluding duplicate rows.The tables must have the same attribute characteristics (the columns and domains must be compatible)to be used in the UNION.When two or more tables share the same number of columns,when their corresponding columns share the same (or compatible)domains,they are said to be union-compatible.

A(n)____________________ is an orderly arrangement used to logically access rows in a table.

Free
(Short Answer)
4.8/5
(37)
Correct Answer:
Verified

index

____ yields a vertical subset of a table.

(Multiple Choice)
4.9/5
(30)

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

(Multiple Choice)
4.7/5
(37)

Since it is used to link the tables that originally were related in a M:N relationship,the composite entity structure includes-as foreign keys-at least the ____ keys of the tables that are to be linked.

(Multiple Choice)
5.0/5
(37)

In an outer join,the matched pairs would be retained and any unmatched values in the other table would be left ____.

(Multiple Choice)
4.8/5
(37)

Numeric data are data on which you can perform meaningful arithmetic procedures.

(True/False)
4.8/5
(35)

The SELECT operator yields a vertical subset of a table.

(True/False)
4.8/5
(39)

____________________ is the real power behind the relational database,allowing the use of independent tables linked by common attributes.

(Short Answer)
4.9/5
(31)

A(n)____ join links tables by selecting only the rows with common values in their common attribute(s).

(Multiple Choice)
4.9/5
(41)

A(n)____ is perceived as a two-dimensional structure composed of rows and columns.

(Multiple Choice)
4.8/5
(38)

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

In a relational table,each column has a specific range of values known as the ____________________ domain.

(Short Answer)
4.8/5
(31)

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
(35)

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

(Short Answer)
4.8/5
(41)

A ____ is a textual representation of the database tables where each table is listed by its name followed by the list of its attributes in parentheses.

(Multiple Choice)
4.7/5
(41)

Current relational database software generally provides only a system catalog (and not a data dictionary).

(True/False)
4.9/5
(38)

There is never a good reason to use null values in a database.

(True/False)
4.9/5
(38)

____ data can have only a true or false (yes or no)values.

(Multiple Choice)
4.9/5
(30)
Showing 1 - 20 of 100
close modal

Filters

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