• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
1) What is the purpose of an E-R Model?
The purpose of the E-R Model is to "serve as the logical representation of the physical system to be built" (Casteel, 2007, p. 5). Moreover, the E-R Model eliminates anomalies and data inconsistencies.
2) Discuss the problems that can be caused by data redundancy.
Some of the problems that data redundancy can cause are the following:
(a) Information is repeated, which is unnecessary.
(b) Data anomalies can result from redundancy.
3) Explain the role of a primary keys and of foreign keys.
Role of primary keys is to "uniquely [identify] each record" (Casteel, 2007, p. 8). Role of foreign keys is "to establish a relationship with another table or tables" (p. 11). In other words, the foreign key serves as an attribute whose values match primary key values in the related tables.
4) List and explain the steps of the normalization process.
(a) 1NF: Eliminate all repeating values, and identify a primary key or primary composite key.
(b) 2NF: Make certain the table is in 1NF, and eliminate any partial dependencies.
(c) 3NF: Make certain the table is in 2NF, and remove any transitive dependencies.
5) Identify at least three reasons an organization might analyze historical sales data stored in its database.
(a) To predict which products are more popular, analyzing historical sales data will help an organization decide which product(s) and how many of it they should order from the distributor.
(b) Analyzing historical data can also help determine the overall sales performance of the organization.
(c) It is also possible to predict which new products would be in demand by analyzing the trend of the sales.
Database
logical structure to store data
Database Management System (DBMS)
software used to create and interact with the database
Database Components
- Character
- Field
- Record
- File
Database Components - Character?
- Basic unit of data
- Can be a letter, number, or special symbol
Database Components - Field?
- A group of related characters
- Represents an attribute or characteristic of an entity
- Corresponds to a column in the physical database