Filters
Question type

Study Flashcards

In an entity-relationship (E-R) diagram, one-to-many relationships between entitities are drawn as ____.


A) ovals
B) equal signs
C) lines
D) circles

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

A secondary key is the unique identifier for a table.

A) True
B) False

Correct Answer

verifed

verified

You can indicate a table's primary key by underlining the column or collection of columns that comprises the primary key for each table in the database.

A) True
B) False

Correct Answer

verifed

verified

A programmer interviews users, examines existing and proposed documents, and examines organizational policies to determine exactly the type of data needs the database must support.

A) True
B) False

Correct Answer

verifed

verified

The four categories of update anomalies are additions, deletions, inconsistent data, and ____________________.

Correct Answer

verifed

verified

When you write a column in the format CUSTOMER.REP_NUM, you say that you ____________________ the column name.

Correct Answer

verifed

verified

A field is another term for a(n) ____.


A) tuple
B) row
C) column
D) entity

E) A) and C)
F) None of the above

Correct Answer

verifed

verified

A relationship is an association between ____________________.

Correct Answer

verifed

verified

Because there is a one-to-many relationship between sales reps and customers in the Premiere Products database, one sales rep can be associated with zero, one, or more customers.

A) True
B) False

Correct Answer

verifed

verified

Which of the following symbols is used to qualify column names?


A) period (.)
B) comma (,)
C) backslash (/)
D) pound sign (#)

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

A primary key always comprises a single column.

A) True
B) False

Correct Answer

verifed

verified

A tabular database is a collection of tables.

A) True
B) False

Correct Answer

verifed

verified

When you combine a column name with a table name, you are said to ____________________ the column name.

Correct Answer

verifed

verified

If B is functionally dependent on A, you also can say that A functionally ____________________ B.

Correct Answer

verifed

verified

In a relational database, column B is ____________________ on another column A, if at any point in time a value for A determines a single value for B.

Correct Answer

verifed

verified

functional...

View Answer

The statement "A sales rep's pay class functionally determines his or her pay rate" means that if you know the pay class, you can determine the pay rate.

A) True
B) False

Correct Answer

verifed

verified

____ is the formal term for combining two or more columns to form a primary key.


A) Qualification
B) Joining
C) Normalization
D) Concatenation

E) None of the above
F) B) and D)

Correct Answer

verifed

verified

In a relational database, relationships are implemented by having common columns in two or more tables.

A) True
B) False

Correct Answer

verifed

verified

Which of the following is the primary key of the ORDER_LINE (ORDER_NUM, PART_NUM, NUM_ORDERED, QUOTED_PRICE) table?


A) ORDER_NUM
B) PART_NUM
C) QUOTED_PRICE
D) ORDER_NUM and PART_NUM

E) C) and D)
F) All of the above

Correct Answer

verifed

verified

An unnormalized relation is a relation that may contain repeating groups.

A) True
B) False

Correct Answer

verifed

verified

Showing 21 - 40 of 75

Related Exams

Show Answer