Using MIS (10th Edition)
Using MIS (10th Edition)
10th Edition
ISBN: 9780134606996
Author: David M. Kroenke, Randall J. Boyle
Publisher: PEARSON
Question
Book Icon
Chapter 5, Problem 5.3UYK
Program Plan Intro

E-R model:

  • It is a tool for creating data model.
  • It is used for developers to describe the content of data model by using two functions called entities and relationships.

Entity:

  • It helps the user for tracking something in database.
  • Example entities in student database system are Student, Grade, Course, etc.

Relationships:

  • Entities have relationships among each other.
  • For example, in student database, a Student has a relationship to Major and Student has a relationship to Advisor.

Attribute:

  • It used to describe the entity characteristics.
  • Example attributes of student entity is Student_id, Student_name, Student_address, etc.

Identifier:

  • It is an attribute or group of attribute, but its value is related with one and only one entity instance.

Example of E-R diagram:

Using MIS (10th Edition), Chapter 5, Problem 5.3UYK

Blurred answer
Students have asked these similar questions
Create a relational diagram for the database using crow’s foot notation. The ERD should include all the entities, relationships, and connectivity where applicable.  4 tables for the database: PATRON, BOOK_COPY, BOOK, and CHECKOUT. (Since a book may have multiple copies that may be purchased by the library at different time, it is better to have a BOOK_COPY table to avoid unnecessary data redundancy.) The data in the tables are as follows:                                                                           PATRON table records a patron’s ID, name, address, phone number, and email address. BOOK table contains information such as author, title, publication date, subject, language, and a unique identifier (It can be the ISBN of the book) for each book. BOOK_COPY table records a unique identifier for each copy of a book, the date of purchase, and the identifier of the book from the BOOK table. CHECKOUT table records the date of check-out, patron’s ID, the identifier of the book copy…
The various database table choices should be discussed when dealing with subtype associations.Discuss the issues that are relevant to the layout you decide to utilize.
Create a diagram for a database with at least 5 tables. This should show your table names and column names. Show the relationships between the tables. Write a statement explaining your database design (why did you use the tables that you did). Create a database in Access based on your diagram. Include all tables in your diagram. Tables should each have a minimum of 5 rows. Create 5 SQL statements using your database. At least 2 of these should be manipulation statements (insert, update, etc). The others should be select statements. Explain what your sql statements do and how they would be useful to your database.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    A Guide to SQL
    Computer Science
    ISBN:9781111527273
    Author:Philip J. Pratt
    Publisher:Course Technology Ptr
Text book image
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr