Exam 14: Database Design: ERD, REA, and SQL

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

List and define three database anomalies.

Free
(Essay)
4.7/5
(26)
Correct Answer:
Verified

Deletion - Deleting one record may cause deletion of unintended relevant information.
Update - Updating data requires updating multiple records.
Insertion - Inserting a record is prevented if the primary key value is unknown.

Well-designed databases and queries determine whether accounting professionals are able to retrieve accurate accounting data.

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

True

For a single occurrence of one entity (one customer), cardinality defines the maximum and minimum number of occurrences that might relate to the other entity (sales orders).

Free
(True/False)
4.9/5
(43)
Correct Answer:
Verified

True

________ rules define attribute limitations, referential integrity, and cardinality of relationships among entities.

(Short Answer)
4.9/5
(36)

Match the database integrity rule to the appropriate definition. A)Each record in the database must have a unique identifier called a primary key. B)Data referenced and stored in related tables must be consistent across the database. C)The primary key value cannot be null (empty). D)The field values must be from a predefined domain. -Rule 2: Primary Key Integrity

(Short Answer)
4.9/5
(35)

Which of the following is an example of a Data Definition Language command?

(Multiple Choice)
4.9/5
(36)

How are business entities and their relationships identified?

(Multiple Choice)
4.9/5
(32)

In database modeling performed in the database designer realm, the term entity can refer to

(Multiple Choice)
4.8/5
(35)

Which of the following statements about SQL is false?

(Multiple Choice)
4.8/5
(36)

Which symbol represents a cardinality of a maximum: many and minimum: 0?

(Multiple Choice)
4.9/5
(43)

In an ERD diagram, a relationship between entities is represented as

(Multiple Choice)
4.8/5
(40)

Database modeling may require additional investment of time as the database is being developed.

(True/False)
4.8/5
(35)

In designer terminology, for a one-to-one relationship, the maximum occurrence possible for each entity is one.

(True/False)
4.8/5
(37)

List the ERD design steps that are independent of the database structure.

(Essay)
4.8/5
(37)

Match the database realm to the appropriate activity. A)Update data B)Create database tables C)Create database model -Database designer realm

(Short Answer)
4.8/5
(38)

All the entity identifiers that uniquely identify the entity are called ________ keys in the database builder realm.

(Short Answer)
4.7/5
(36)

In the REA model, the ________ event compensates the consumed resource with a different or same type of resource.

(Multiple Choice)
4.9/5
(38)

Match the ERD symbols to the definition. A)Entity relationship B)Entity identifier C)Relationship cardinality D)Entity E)Entity Attributes -Match the ERD symbols to the definition. A)Entity relationship B)Entity identifier C)Relationship cardinality D)Entity E)Entity Attributes -

(Short Answer)
4.9/5
(43)

Which symbol represents a cardinality of a maximum: 1 and minimum: 0?

(Multiple Choice)
4.7/5
(46)

Database anomalies are removed through ________ and/or database modeling.

(Short Answer)
4.9/5
(41)
Showing 1 - 20 of 100
close modal

Filters

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