Exam 3: The Relational Database Model

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

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

(Essay)
4.8/5
(24)

All RDBMSs enforce integrity rules automatically.

(True/False)
4.9/5
(27)

Any attribute that is part of a key is known as a ____.

(Multiple Choice)
4.8/5
(29)

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

Attribute A determines attribute B (that is,B is functionally ____________________ on A)if all of the rows in the table that agree in value for attribute A also agree in value for attribute B.

(Short Answer)
4.7/5
(30)

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

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.8/5
(40)

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

(Short Answer)
4.8/5
(35)

A(n)____________________ key can be described as a superkey without unnecessary attributes.

(Short Answer)
4.9/5
(35)

In the following table description,____ is the primary key. PRODUCT (PROD_CODE,PROD_DESCRIPT,PROD_PRICE,PROD_ON_HAND,VEND_CODE)

(Multiple Choice)
4.8/5
(39)

The relational database model enables you to view data ____ rather than ____.

(Multiple Choice)
4.7/5
(36)

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

(Multiple Choice)
4.8/5
(38)

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

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.8/5
(38)

A ____ key is defined as a key that is used strictly for data retrieval purposes.

(Multiple Choice)
4.9/5
(31)

The order of the rows and columns is important to the DBMS.

(True/False)
4.9/5
(40)

The index key can have multiple attributes,this is called a(n)____________________ index.

(Short Answer)
4.9/5
(31)

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

____ relational type is the "relational model ideal."

(Multiple Choice)
4.9/5
(30)

A CUSTOMER table's primary key is CUS_CODE.The CUSTOMER primary key column has no null entries,and all entries are unique.This is an example of ____ integrity.

(Multiple Choice)
4.7/5
(43)
Showing 41 - 60 of 100
close modal

Filters

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