Preview

c1 sols

Good Essays
Open Document
Open Document
1005 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
c1 sols
Chapter 1 Solutions

Review Questions

1. What is the purpose of an E-R Model? To identify the entities about which the database should store data, and the relationship among those entities.

2. What is an entity? An entity is any person, place, or thing having attributes, or characteristics, of interest to the organization.

3. Give an example of three entities that might exist in a database for a medical office and some of the attributes that would be stored in a table for each entity. Doctor – name, address, Social Security Number, medical ID number; Patient – name, address, Social Security Number, insurance policy information, medical history; Appointment – date, time, patient, doctor.

4. Define a one-to-many relationship. An occurrence of data in one entity results in only one occurrence of data in the other entity.

5. Discuss the problems that can be caused by data redundancy. Can create data anomalies or inconsistencies in the data making it unreliable.

6. Explain the role of a primary key. The primary key is used to uniquely identify each row in a table.

7. Describe how a foreign key is different from a primary key. A foreign key is used to reference or join data in different tables. In most cases, the foreign key references a primary key in another table. In a one-to-many relationship, the foreign key is stored in the “many” entity.

8. List the steps of the normalization process. First, a primary key is identified and any repeating groups are identified. Then any partial dependencies are eliminated. Finally, any transitive dependencies are eliminated.

9. What type of relationship cannot be stored in a database? Why? A many-to-many relationship cannot be stored in a database since there would be no way to restructure or re-join the data correctly.

10. Identify at least three reasons an organization might analyze historical sales data stored in its database. Answers will vary - To determine the necessary inventory levels to support sales

You May Also Find These Documents Helpful

  • Satisfactory Essays

    PT2520 Unit7Labs Tramil

    • 330 Words
    • 1 Page

    5. What are entities? An entity is something that the database is concerned with, about which data can be stored, and which can have relationships with other entities.…

    • 330 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    It203 Homework 5

    • 319 Words
    • 2 Pages

    A primary key is specified by the selecting the column, right-clicking, then selecting Set Primary Key.…

    • 319 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    11) A linking entity is an entity that is used to resolve a many to many relationship into two one too many relationships.…

    • 613 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Pt2520 Final Answers 1/3

    • 329 Words
    • 2 Pages

    a database entity can be best described as: something that the something the database is concerned for, and can be added into the database…

    • 329 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Nt1320 Unit 7

    • 2041 Words
    • 9 Pages

    2) Once the users have validated and approved the data model, it is transformed into a ________.…

    • 2041 Words
    • 9 Pages
    Good Essays
  • Good Essays

    List the relational operators and logical operators that can be used to form a validation rule.…

    • 636 Words
    • 3 Pages
    Good Essays
  • Good Essays

    poop

    • 796 Words
    • 4 Pages

    1. An entity is a noun describing a person, place or thing and is used for deciding what tables are created based on the entities present.…

    • 796 Words
    • 4 Pages
    Good Essays
  • Good Essays

    07

    • 4772 Words
    • 25 Pages

    3) The SQL keyword PRIMARY KEY is used to designate the column(s) that are the primary key for the table.…

    • 4772 Words
    • 25 Pages
    Good Essays
  • Good Essays

    Dbm 381 Week 1paper

    • 885 Words
    • 4 Pages

    A database consists of one or more tables; each containing data stored as individual records. Different database architectures determine how the tables and records are organized or related…

    • 885 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Entities are defined as a person, place, thing, or event in which data is collected and stored. Each entity is a unique and distinct object that may be a physical or abstract object within the real world (Coronel, Morris, & Rob, pg. 34). Entities of a database for a college that needs to keep track of students and courses would be students, professors, courses, classes, room, and enrollment status. These entities will be used to format the data within the database so that each student and course is accounted for. Attributes are characteristics of an entity, such as a name, phone number, or address (Coronel, Morris, & Rob, pg. 34). Attributes for the college database would include student first and last name, student phone number, student address, student identification number, student grade point average, student course major, and student classes to describe the student entity. The professor entity would be described by professor…

    • 906 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Logical Design Pt. 2

    • 641 Words
    • 3 Pages

    I mentioned data redundancy and I would like to explain what it is. Data redundancy happens in a DBMS that has fields, which are repeated…

    • 641 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    MIS 535 Final Exam

    • 592 Words
    • 3 Pages

    8. (TCO C) What types of relationships are possible in a relational database? Describe and give an example of each.…

    • 592 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Relational Database Paper

    • 547 Words
    • 3 Pages

    I think a few of the most important concepts in a relational database design are: Primary Key (PK) - A column with a unique value for each row. From a design perspective a PK is a requirement. Primary Keys allow you to quickly and easily associate data from multiple tables that are related. Foreign Key (FK) - When you want a row in one table to be linked to a row in another table, you place a FK column in the child table and use the value of the parent row's PK as the value of the FK field. One-To-One…

    • 547 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    3. After the primary keys were defined each attribute for each table was then dependent on the primary key for that table respectively. For the Customer and Employee tables in Figure 3 single attribute primary keys were used to uniquely identify each customer and employee.…

    • 650 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    • Entity-relationship modeling is logical representation of the data for an organization or for a business area. The E-R model is expressed in terms of entities in the business environment, the relationship among those entities, and attributes of both entities and their relationship. E-R model is normally expressed as entity-relationship diagram, which is graphical representation of the E-R model.…

    • 1381 Words
    • 6 Pages
    Satisfactory Essays