Exam 15: Normalize a Database for Effective Design

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

One goal of normalization is to minimize anomalies,in particular three anomalies-insert,delete,and update.

(True/False)
4.9/5
(32)

In a small business,a department might be managed by no more than one manager,and each manager manages no more than one department.This is an example of a 1:1 relationship.

(True/False)
4.9/5
(35)

A(n)________ is when a field depends on another field in the table,which then depends on a candidate key.

(Short Answer)
4.7/5
(39)

When multiple fields are used to identify a record,it is a composite key,which is sometimes referred to as a concatenated key.

(True/False)
4.9/5
(25)

Each employee can only be in the employees table exactly one time.However,an employee can be in the orders table many times,once for each sale.This is an example of a(n)________ relationship.

(Short Answer)
4.9/5
(33)

Which of the following is NOT true about identifying the cardinality in an ERD?

(Multiple Choice)
4.8/5
(27)

Cardinality indicates the number of instances of one entity that relates to one instance of another entity.

(True/False)
4.8/5
(29)

Access allows you to add some ________ to your database to help ensure the data's validity.

(Multiple Choice)
4.7/5
(36)

________ indicate(s)the number of instances of one entity that relates to one instance of another entity.

(Multiple Choice)
4.8/5
(25)

Candidate keys that are not used for the primary key are ________ keys.

(Short Answer)
4.7/5
(35)

Which of the following is NOT a shape included on an ERD?

(Multiple Choice)
4.9/5
(24)

A(n)________ is a field that determines the value of another field.

(Short Answer)
4.9/5
(36)

A(n)________ is a common way to visually express the tables and relationships in your database.

(Short Answer)
4.7/5
(30)
Match the following terms to their description.
Cascade delete
Requires that only values that have a corresponding value in constraints the primary table can be entered for a foreign key
Cardinality
Will update a foreign key automatically when the primary key changes
Domain integrity
Rules that are specific for each field
Correct Answer:
Verified
Premises:
Responses:
Cascade delete
Requires that only values that have a corresponding value in constraints the primary table can be entered for a foreign key
Cardinality
Will update a foreign key automatically when the primary key changes
Domain integrity
Rules that are specific for each field
Referential integrity
Indicates the number of instances of one entity that relates to one instance of another entity
Cascade update
Will delete every record with the foreign key if the value is deleted from the primary table
(Matching)
4.8/5
(34)

While several orders can be placed on the same day,one order cannot be placed on more than one date.Thus,order date is ________ the key of Order ID.

(Multiple Choice)
4.7/5
(35)

Candidate keys that are not used for the primary keys are ________ keys.

(Multiple Choice)
5.0/5
(36)

A dependency requires that the table has no fields with partial dependencies on a composite or concatenated key and satisfies 1NF.

(True/False)
4.9/5
(34)

An update anomaly forces you to change data in multiple records,such as when you need to change the name of a product and you must change multiple rows to make the update.

(True/False)
4.8/5
(42)

________ are rules that are specific for each field in a table.

(Multiple Choice)
4.8/5
(47)

Which of the following is NOT a step that you would take when creating an ERD?

(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 89
close modal

Filters

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