AIS (Ch. 3) Flashcards
Assume that an accounts receivable application contains database tables for customer orders, inventory items, customers, and salespersons. All of these would be likely data fields in a customer order table except:
Customer name
Within a database context, the relationship between “assigned parking space” and “car” would most likely be:
one-to-one
The letters “E-R” in the term E-R diagram refers to:
Entity relationship
The best choice for the primary key in an “Employees” table would be his or her:
Employee number
Which of the following creates one-to-many relationships by linking the data in one file (e.g., customer) to an item in a second file (e.g., a sales order)?
Foreign key
The _________ helps developers document a database:
Data dictionary
Assume that an accounts receivable application contains database tables for customer orders, inventory items, customers, and salespersons. Which of these items would probably be a foreign key in the customer orders table?
Salesperson number
The purpose of the E-R model is to help database designers:
Design databases and depict data relationships
In the REA framework, a database designer should create a ____ for each entity.
Table
Controls that require a database to either execute a transaction completely, or not at all, are examples of:
Data integrity controls
Controls that do not allow users to update the same database record at the same time are examples of:
Concurrency controls
The foreign key in one database table will always be a _______ key in a linked table.
Secondary key
All of the following are items within the data hierarchy except:
Database
The reason why database designers normalize data is:
To eliminate data errors
Within a database context, the relationship between “students” and “classes” would most likely be:
many-to-many