Exam 3: The Relational Database Model

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

The logical view of the relational database is facilitated by the creation of data relationships based on a logical construct known as a(n)____________________.

(Short Answer)
4.7/5
(38)

Another name for a composite entity is a ____ entity.

(Multiple Choice)
4.8/5
(33)

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

(Short Answer)
4.8/5
(32)

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

(Short Answer)
4.8/5
(36)

Tables must have the same attribute characteristics (the columns and domains must be compatible)to be used in a UNION.

(True/False)
4.8/5
(39)

The ____________________ catalog can be described as a detailed system data dictionary that describes all objects within the database,including data about table names,the table's creator and creation date,the number of columns in each table,the data type corresponding to each column,index filenames,index creators,authorized users,and access privileges.

(Short Answer)
4.9/5
(46)

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

The idea of determination is unique to the database environment.

(True/False)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(41)

What are the characteristics of a relational table?

(Essay)
4.8/5
(36)

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

In the context of a database table,the statement "A ____ B" indicates that if you know the value of attribute A,you can look up the value of attribute B.

(Multiple Choice)
4.8/5
(27)

What is a key and why is it important in the relational model?

(Essay)
4.9/5
(27)

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

(Short Answer)
5.0/5
(40)

RDBMSs enforce integrity rules automatically.

(True/False)
4.9/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.8/5
(36)

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

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.9/5
(34)

Codd's Rule of ____ states: If the system supports low-level access to the data,users must not be allowed to bypass the integrity rules of the database

(Multiple Choice)
4.7/5
(28)

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
(31)
Showing 61 - 80 of 100
close modal

Filters

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