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

Full screen (f)
exit full mode
Question
Operational databases almost exclusively use the ________ structure.
Use Space or
up arrow
down arrow
to flip the card.
Question
Information assets are the new currency of business.
Question
Match the database realm to the appropriate activity.

-Database designer realm

A)Create database tables
B)Update data
C)Create database model
Question
Match the database integrity rule to the appropriate definition.

-Rule 1: Entity Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Question
The database integrity rule Primary Key Integrity states each record in the database must have a unique identifier called a primary key.
Question
________ databases contain data collected by other organizations and agencies, such as the Securities and Exchange Commission (SEC).
Question
The largest provider of relational database tools is Sun Microsystems Inc.
Question
________ is a technique used to develop an anomaly-free database with database integrity.
Question
________ databases can be classified as (1)operational databases, (2)data warehouses, or (3)XBRL databases.
Question
The database integrity rule Referential Integrity states that field values must be from a predefined domain.
Question
Database modeling may require additional investment of time as the database is being developed.
Question
The database ________ creates the database model.
Question
________ are a crucial component of the enterprise system, containing intellectual property.
Question
The ________ database structure is used by data warehouses.
Question
Database anomalies are problems within a database table that result in inaccurate or incomplete data.
Question
Match the database integrity rule to the appropriate definition.

-Rule 4: Referential Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Question
The database ________ creates the database.
Question
Database anomalies are removed through ________ and/or database modeling.
Question
Match the database integrity rule to the appropriate definition.

-Rule 3: Domain Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Question
Match the database integrity rule to the appropriate definition.

-Rule 2: Primary Key Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Question
Match the database realm to the appropriate activity.

-Database user realm

A)Create database tables
B)Update data
C)Create database model
Question
Which of the following is NOT a database anomaly?

A)Update
B)Commit
C)Deletion
D)Insertion
Question
What are the three realms of a database and what happens in each realm?
Question
Which database architecture is a relatively new type of database?

A)Dimensional
B)XBRL
C)Relational
D)Network
Question
The third step in creating a ERD diagram is to determine the relevant business transactions that the enterprise must support.
Question
Provide an example of a deletion anomaly, update anomaly, and an insertion anomaly.
Question
Which database architecture is typically used for data warehouses?

A)Dimensional
B)XBRL
C)Relational
D)Network
Question
Entity identifiers are attributes that uniquely identify an entity occurrence.
Question
List and define the four database essentials.
Question
A candidate key is an entity identifier that uniquely identifies an entity.
Question
Data, such as accounting data, can be facts related to

A)Records
B)Tables
C)Objects
D)RDBMS software
Question
Sometimes, in an entity relationship diagram, the entity relationship is written on the connection line.
Question
What is data modeling?
Question
You are an intern at a company. Some managers want to copy some of the data in the accounting database into a data warehouse. Your boss is questioning why this is necessary. Create an email explaining why this is a good idea.
Question
Data integrity refers to data being

A)Current and active
B)Current and complete
C)Accurate and current
D)Accurate and complete
Question
In an ERD diagram, an entity is represented by a rounded box or rectangle.
Question
Match the database realm to the appropriate activity.

-Database builder realm

A)Create database tables
B)Update data
C)Create database model
Question
One-to-one relationships are problematic when building a database.
Question
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).
Question
This database essential retrieves data from a database.

A)Report
B)Form
C)Query
D)Field
Question
Match the normalization rule to the appropriate definition.

-Rule 2. Second Normal Form (2NF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Question
In a one-to-many relationship in an ERD, the entity on the one side (customer)is called a ________ entity and the entity on the many side (sales order)is called a ________ entity.
Question
Match the ERD symbols to the definition.

-  PK  Cust No \begin{array} { l | l } \text { PK } & \text { Cust No } \\\end{array}

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Question
Match the normalization rule to the appropriate definition.

-Rule 3. Boyce-Codd Normal Form (BCNF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Question
A specific customer, such as Vincent, is an entity ________.
Question
Match the ERD symbols to the definition.

-<strong>Match the ERD symbols to the definition.  - </strong> A)Entity Attributes B)Entity C)Entity identifier D)Relationship cardinality E)Entity relationship <div style=padding-top: 35px>

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Question
Which of the following uniquely identifies the occurrence of an object or event?

A)Entity occurrence
B)Entity attribute
C)Entity identifier
D)Entity name
Question
The name given to a relationship, for example one-to-one, defines the maximum cardinalities.
Question
Detail of the ERD and information about the tables fields, such as their size and type, are stored in a document called the ________.
Question
Match the ERD symbols to the definition.

-<strong>Match the ERD symbols to the definition.  - </strong> A)Entity Attributes B)Entity C)Entity identifier D)Relationship cardinality E)Entity relationship <div style=padding-top: 35px>

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Question
Which of the following describes a property of an object or event?

A)Entity attribute
B)Entity occurrence
C)Entity identifier
D)Composite keys
Question
In database design terminology, a customer is an

A)Occurrence
B)Object
C)Attribute
D)Entity
Question
Match the normalization rule to the appropriate definition.

-Rule 1: First Normal Form (1NF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Question
After ensuring compliance with the BCNF normalization rule, rarely does a database table need further normalization.
Question
Database ________ removes anomalies from a database.
Question
A ________ relationship are problematic when designing databases
Question
Match the ERD symbols to the definition.

-Cust FName
Cust LName
Cust Address
Cust City

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

-<strong>Match the ERD symbols to the definition.  - </strong> A)Entity Attributes B)Entity C)Entity identifier D)Relationship cardinality E)Entity relationship <div style=padding-top: 35px>

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Question
When using normalization for database development, all the attributes are placed in one huge table.
Question
________ depicts the relationship among entities in the database.
Question
In a REA model, an agent is related to a resource through an event.
Question
In an ERD diagram, relationship cardinality is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Question
How are business entities and their relationships identified?

A)Determining the business rules for business transactions
B)Determining the entity identifiers
C)Normalizing the database
D)Analyzing business transactions
Question
Which of the following is a way to collect information about business transactions?

A)Interviewing users
B)Reviewing source documents
C)Observing procedures
D)All the above
Question
In an REA model, entities are business objects or events.
Question
In an ERD diagram, an entity identifier is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Question
What are the steps for designing an ERD?
Question
What is the purpose of an entity relationship diagram?
Question
List the ERD design steps that are independent of the database structure.
Question
For an ERD, what do the business rules define?

A)Entities
B)Business transactions
C)Attribute limitations
D)Entity attributes
Question
In an ERD diagram, a relationship between entities is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Question
Which symbol represents a cardinality of a maximum: 1 and minimum: 0?

A) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Why does a database designer need to understand a business's rules?
Question
List the ERD design steps that are dependent on the database structure.
Question
Which symbol represents a cardinality of a maximum: many and minimum: 0?

A) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Which symbol represents a cardinality of a maximum: 1 and minimum: 1?

A) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
Which symbol represents a cardinality of a maximum: many and minimum: 1?

A) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
B) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
C) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
D) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)   <div style=padding-top: 35px>
Question
List and define the first three normalization rules.
Question
In a REA model, a resource has an intangible value.
Question
When using normalization for database development, all the attributes are placed in

A)Three large tables
B)Two huge tables
C)One large table
D)B and C
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/113
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Database Design: ERD, REA, and SQL
1
Operational databases almost exclusively use the ________ structure.
relational
2
Information assets are the new currency of business.
True
3
Match the database realm to the appropriate activity.

-Database designer realm

A)Create database tables
B)Update data
C)Create database model
Create database model
4
Match the database integrity rule to the appropriate definition.

-Rule 1: Entity Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
5
The database integrity rule Primary Key Integrity states each record in the database must have a unique identifier called a primary key.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
6
________ databases contain data collected by other organizations and agencies, such as the Securities and Exchange Commission (SEC).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
7
The largest provider of relational database tools is Sun Microsystems Inc.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
8
________ is a technique used to develop an anomaly-free database with database integrity.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
9
________ databases can be classified as (1)operational databases, (2)data warehouses, or (3)XBRL databases.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
10
The database integrity rule Referential Integrity states that field values must be from a predefined domain.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
11
Database modeling may require additional investment of time as the database is being developed.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
12
The database ________ creates the database model.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
13
________ are a crucial component of the enterprise system, containing intellectual property.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
14
The ________ database structure is used by data warehouses.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
15
Database anomalies are problems within a database table that result in inaccurate or incomplete data.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
16
Match the database integrity rule to the appropriate definition.

-Rule 4: Referential Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
17
The database ________ creates the database.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
18
Database anomalies are removed through ________ and/or database modeling.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
19
Match the database integrity rule to the appropriate definition.

-Rule 3: Domain Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
20
Match the database integrity rule to the appropriate definition.

-Rule 2: Primary Key Integrity

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 field values must be from a predefined domain.
D)The primary key value cannot be null (empty).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
21
Match the database realm to the appropriate activity.

-Database user realm

A)Create database tables
B)Update data
C)Create database model
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is NOT a database anomaly?

A)Update
B)Commit
C)Deletion
D)Insertion
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
23
What are the three realms of a database and what happens in each realm?
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
24
Which database architecture is a relatively new type of database?

A)Dimensional
B)XBRL
C)Relational
D)Network
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
25
The third step in creating a ERD diagram is to determine the relevant business transactions that the enterprise must support.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
26
Provide an example of a deletion anomaly, update anomaly, and an insertion anomaly.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
27
Which database architecture is typically used for data warehouses?

A)Dimensional
B)XBRL
C)Relational
D)Network
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
28
Entity identifiers are attributes that uniquely identify an entity occurrence.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
29
List and define the four database essentials.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
30
A candidate key is an entity identifier that uniquely identifies an entity.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
31
Data, such as accounting data, can be facts related to

A)Records
B)Tables
C)Objects
D)RDBMS software
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
32
Sometimes, in an entity relationship diagram, the entity relationship is written on the connection line.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
33
What is data modeling?
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
34
You are an intern at a company. Some managers want to copy some of the data in the accounting database into a data warehouse. Your boss is questioning why this is necessary. Create an email explaining why this is a good idea.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
35
Data integrity refers to data being

A)Current and active
B)Current and complete
C)Accurate and current
D)Accurate and complete
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
36
In an ERD diagram, an entity is represented by a rounded box or rectangle.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
37
Match the database realm to the appropriate activity.

-Database builder realm

A)Create database tables
B)Update data
C)Create database model
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
38
One-to-one relationships are problematic when building a database.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
39
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).
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
40
This database essential retrieves data from a database.

A)Report
B)Form
C)Query
D)Field
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
41
Match the normalization rule to the appropriate definition.

-Rule 2. Second Normal Form (2NF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
42
In a one-to-many relationship in an ERD, the entity on the one side (customer)is called a ________ entity and the entity on the many side (sales order)is called a ________ entity.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
43
Match the ERD symbols to the definition.

-  PK  Cust No \begin{array} { l | l } \text { PK } & \text { Cust No } \\\end{array}

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
44
Match the normalization rule to the appropriate definition.

-Rule 3. Boyce-Codd Normal Form (BCNF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
45
A specific customer, such as Vincent, is an entity ________.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
46
Match the ERD symbols to the definition.

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

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
47
Which of the following uniquely identifies the occurrence of an object or event?

A)Entity occurrence
B)Entity attribute
C)Entity identifier
D)Entity name
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
48
The name given to a relationship, for example one-to-one, defines the maximum cardinalities.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
49
Detail of the ERD and information about the tables fields, such as their size and type, are stored in a document called the ________.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
50
Match the ERD symbols to the definition.

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

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
51
Which of the following describes a property of an object or event?

A)Entity attribute
B)Entity occurrence
C)Entity identifier
D)Composite keys
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
52
In database design terminology, a customer is an

A)Occurrence
B)Object
C)Attribute
D)Entity
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
53
Match the normalization rule to the appropriate definition.

-Rule 1: First Normal Form (1NF)

A)No field can have multiple values.
B)Every identifier should be a candidate key
C)The table identifier (primary key)should not be a composite key.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
54
After ensuring compliance with the BCNF normalization rule, rarely does a database table need further normalization.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
55
Database ________ removes anomalies from a database.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
56
A ________ relationship are problematic when designing databases
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
57
Match the ERD symbols to the definition.

-Cust FName
Cust LName
Cust Address
Cust City

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
58
Match the ERD symbols to the definition.

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

A)Entity Attributes
B)Entity
C)Entity identifier
D)Relationship cardinality
E)Entity relationship
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
59
When using normalization for database development, all the attributes are placed in one huge table.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
60
________ depicts the relationship among entities in the database.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
61
In a REA model, an agent is related to a resource through an event.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
62
In an ERD diagram, relationship cardinality is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
63
How are business entities and their relationships identified?

A)Determining the business rules for business transactions
B)Determining the entity identifiers
C)Normalizing the database
D)Analyzing business transactions
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
64
Which of the following is a way to collect information about business transactions?

A)Interviewing users
B)Reviewing source documents
C)Observing procedures
D)All the above
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
65
In an REA model, entities are business objects or events.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
66
In an ERD diagram, an entity identifier is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
67
What are the steps for designing an ERD?
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
68
What is the purpose of an entity relationship diagram?
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
69
List the ERD design steps that are independent of the database structure.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
70
For an ERD, what do the business rules define?

A)Entities
B)Business transactions
C)Attribute limitations
D)Entity attributes
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
71
In an ERD diagram, a relationship between entities is represented as

A)PK symbol listed by attribute
B)Connector lines
C)Square box
D)Crow's feet symbols
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
72
Which symbol represents a cardinality of a maximum: 1 and minimum: 0?

A) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)
B) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)
C) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)
D) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 0?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
73
Why does a database designer need to understand a business's rules?
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
74
List the ERD design steps that are dependent on the database structure.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
75
Which symbol represents a cardinality of a maximum: many and minimum: 0?

A) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)
B) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)
C) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)
D) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 0?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
76
Which symbol represents a cardinality of a maximum: 1 and minimum: 1?

A) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)
B) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)
C) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)
D) <strong>Which symbol represents a cardinality of a maximum: 1 and minimum: 1?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
77
Which symbol represents a cardinality of a maximum: many and minimum: 1?

A) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)
B) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)
C) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)
D) <strong>Which symbol represents a cardinality of a maximum: many and minimum: 1?</strong> A)   B)   C)   D)
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
78
List and define the first three normalization rules.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
79
In a REA model, a resource has an intangible value.
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
80
When using normalization for database development, all the attributes are placed in

A)Three large tables
B)Two huge tables
C)One large table
D)B and C
Unlock Deck
Unlock for access to all 113 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 113 flashcards in this deck.