Exam 2: Database Design Fundamentals

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

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.

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

True

Explain why and how an unnormalized relation should be converted into a relation in first normal form.

Free
(Essay)
4.9/5
(37)
Correct Answer:
Verified

A table in a particular normal form possesses a certain desirable collection of properties. Although there are several normal forms, the most common are first normal form, second normal form, and third normal form. According to the definition of a relation, a relation (table) cannot contain a repeating group in which multiple entries exist on a single row. However, in the database design process, you might create a table that has all the other properties of a relation but contains a repeating group. Removing repeating groups is the starting point when converting an unnormalized collection of data into a table that is in first normal form. A table (relation) is in first normal form (1NF) when it does not contain a repeating group. To convert a table with repeating group(s) to first normal form, you remove the repeating group(s). When you convert an unnormalized table to a table in first normal form, the primary key of the table in first normal form is usually the primary key of the unnormalized table concatenated with the key for the repeating group. The key for the repeating group is the column in the repeating group that distinguishes one occurrence of the repeating group from another.

In a relational database, _____.

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

D

In the following shorthand representation of a database, the underlined items are _____. INVOICES (INVOICE_NUM, INVOICE_DATE, CUST_ID) INVOICE_LINE (INVOICE_NUM, ITEM_ID, QUANTITY, QUOTED_PRICE) ITEM (ITEM_ID, DESCRIPTION, ON_HAND, CATEGORY, LOCATION, PRICE)

(Multiple Choice)
4.9/5
(34)

A table in second normal form should be improved to third normal form because _____.

(Multiple Choice)
4.9/5
(39)

Which of the following tables is in third normal form, given that DOC_ID determines DOC_FIRST_NAME and DOC_LAST_NAME?

(Multiple Choice)
4.8/5
(38)

Suppose you have a table with a primary key composed of two columns. When another column in this table is dependent on only one of the two columns in the primary key, this poses a risk for _____.

(Multiple Choice)
4.7/5
(37)

The process of determining the particular tables and columns that will comprise a database is known as _____.

(Multiple Choice)
4.8/5
(29)

Within an entity-relationship diagram, which of the following would indicate that the relationship between A and B is one (A) to many (B)?

(Multiple Choice)
4.7/5
(36)

You can determine functional dependence by viewing sample data.

(True/False)
4.9/5
(39)

Why have Social Security numbers traditionally been used as primary keys for database tables that store personal data on individual people?

(Multiple Choice)
4.9/5
(44)

When you are designing a database, _____.

(Multiple Choice)
4.8/5
(47)

A relational database _____.

(Multiple Choice)
4.9/5
(34)

If column A in a relational database determines a single value for column B at any point in time, then column B is functionally dependent on column A.

(True/False)
5.0/5
(37)

You are working with a QUOTATIONS table that contains no repeating groups and has a primary key consisting of the SERVICE_CODE and SPECS columns. You realize that some other columns in the table functionally depend on either SERVICE_CODE or SPECS, but not both, whereas the rest depend on both. How should you improve this table?

(Multiple Choice)
4.8/5
(34)

One of the categories of update anomalies is _____.

(Multiple Choice)
4.8/5
(39)

In an entity-relationship (E-R) diagram, tables are represented by _____.

(Multiple Choice)
4.8/5
(33)

A determinant is any column (or collection of columns) that determines another table.

(True/False)
4.9/5
(36)

When you convert an unnormalized table to a table in first normal form, the primary key of the table in first normal form _____.

(Multiple Choice)
4.7/5
(36)

A relation that does not contain any repeating groups is in _____.

(Multiple Choice)
4.9/5
(34)
Showing 1 - 20 of 33
close modal

Filters

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