Preview

Alex Villanueva Create ERD Assignment 3

Satisfactory Essays
Open Document
Open Document
298 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Alex Villanueva Create ERD Assignment 3
IS3280 Data Management
Assignment 3
Data Modeling and ER Diagrams

Review ER notation sets at http://adbc.kennesaw.edu Database Design  ER Notations

Use how_to_draw_er_in_ppt.pptx or Gliffy to draw the models.
If you use Gliffy save your drawing as an image [jpg file] and insert it into a Word document (in fact just adding your images to this document would be a good idea).

Submit your word document if you used Gliffy or your powerpoint document via the D2L DropBox.

1. (2 pts) Examine the subscription form shown below. Using the structure of this form, do the following:

Create a model with two entities, one for customer and a second for subscription. Specify identifiers, attributes, relationships and cardinality

2. (2 pts) Draw the ERD for the following scenario. The only attribute you need to include is the IDENTIFIER. Be careful with your cardinality.

A patient has one or more patient histories; each instance of patient history belongs to one patient.

3. (2 pts) Draw the ERD for the following scenario. Include all the attributes. Note that one of your tables will have a composite identifier.
You want to maintain a list of your contacts. You retain the following information, lastname, firstname, address, city, state, zip code and phone numbers.

[Hint: note that the contacts can have multiple phone numbers – this is the classic multi-valued attribute problem.]

4. (4 pts) Draw the complete ER diagrams for the entities and their relationships for the Invoice Form below. Indicate weak entities and show cardinality. Again, be reasonable in the attribute listing you provide but be sure to show the identifier. This is the classic order form data model. Don’t forget you can use the lecture notes for reference. THIS WILL TAKE SOME TIME.

ADbC Reference: http://adbc.kennesaw.edu Database Design Scenario to ER

You May Also Find These Documents Helpful

  • Good Essays

    Boston Bottles

    • 614 Words
    • 3 Pages

    Draw an REA diagram with cardinalities and tables with primary keys, foreign keys, and non-key attributes for the following business:…

    • 614 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    1. Entities in the conceptual model eventually are converted to tables in the database, and the attributes convert to the fields within the tables. Given this information, list the attributes (fields) found in the supplier table.…

    • 314 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    It2640 Week 5 Appendix B

    • 632 Words
    • 3 Pages

    Entities for this database application will include a Customer, Products, Orders, Sales Rep and Shipping table. The attributes for the following tables are as follows:…

    • 632 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    IST223 Crib sheet

    • 3425 Words
    • 7 Pages

    rectangles, and relationships are shown by lines between the rectangles. Attributes are generally listed within the rectangle. The many side of many relationships is represented by a crows footentity-relationship (E-R) modelA set of constructs and conventions used to create data models. The things in the users world are represented by entities, and the associations among those things are represented by relationships. The results are usually documented in an entity-relationship (E-R) diagramID-dependent entityan entity whose identifier includes the identifier of another entityidentifierwhich are attributes that name, or identify, entity instancesidentifying relationshipIn such relationships, the parent is always required, but the child (the ID-dependent entity) may or may not be required, depending on application requirements. Identifying relationships are shown with solid lines in E-R diagrams.is-aRelationships among supertype/subtype entitiesmandatoryat least one entity instance must participate in the relationshipmaximum cardinalityThe maximum cardinality is the maximum number of entity instances that can participate in a relationship instance.minimum cardinalityThe minimum cardinality is the minimum number of entity instances that must participate in a relationship instance.nonidentifying relationshiprelationship drawn with a dashed line (refer to Figure 5-7) is used between strong entities and is called a nonidentifying relationship because there are no ID-dependent entities in the relationship.null valueare a problem because they are ambiguous. They can mean that a value is inappropriate, unknown, or known, but not yet been entered into the databaseparentAn entity or row on the one side of a one-to-many relationshiprecursive relationshipoccurs when an entity type has a relationship to itself.relationship classAssociations among entity classesrelationship instanceassociations among entity instances.strong entityan entity that represents something that can exist…

    • 3425 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    The Entity Relationship Diagram, also known as (ERD) demonstrates the relationship between data in the new database. ERD shows the logical path that the data follows. The data model gives one understanding and the visual representation to observe the different phases of the database and determine the path the information is pulled or stored from. Learning Team D demonstrate linking the different tables in the Fleet Truck Maintenance database. The creation of the logical path predicts the flow of the data entered and the tables relationship to other tables in the database.…

    • 553 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Ilab Instructions

    • 2258 Words
    • 10 Pages

    You have been asked to create two conceptual database models using MS Visio Database Model Diagram Template. The purpose of this lab is to have you gain familiarity with the various modeling tools needed to create a conceptual model (entity relationship diagram) of a database. You will create two conceptual models.…

    • 2258 Words
    • 10 Pages
    Satisfactory Essays
  • Powerful Essays

    b) You are to clearly mark Primary and Foreign Keys as shown in the sample below:…

    • 1494 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Entity-relationship Model

    • 411 Words
    • 2 Pages

    mary entity can have many related records in a second entity and each record in the second entity can have many related records in the primary entity…

    • 411 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    further discussion in the simulation. Except for the table's primary key, which should be the first attribute in each…

    • 1302 Words
    • 11 Pages
    Good Essays
  • Powerful Essays

    2. Then convert E-R diagram to SQL DDL, or whatever database model you are using…

    • 1653 Words
    • 7 Pages
    Powerful Essays
  • Better Essays

    Obtaining names and numbers of people that need to be contacted on a regular basis is important and it is a way of saving time. We have a system in…

    • 1031 Words
    • 5 Pages
    Better Essays
  • Good Essays

    You will accomplish this by drawing the 4 diagrams from the class exercise. You will have to hand in all 4 diagrams by FTPing them to your account space on the IST-S-STUDENTS server and then pasting the url to the diagram in the text boxes for this week’s learning unit assessment.…

    • 1049 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Normalization of the Erd

    • 857 Words
    • 4 Pages

    The normalization of the ERD along with the driver’s log is taking all of the data within the database and putting the information into tables (World Book, 2011). In addition, after the data is normalized it then is put into an Entity Relationship Diagram or ERD (World Book, 2011). In this paper we will look at the ERD of the driver’s log.…

    • 857 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    data modeling

    • 27617 Words
    • 117 Pages

    The Entity-Relationship Model ...................................................................................................... 7 1.2.1 Basic Constructs of E-R Modeling......................................................................................... 7 1.2.2 Entities.................................................................................................................................... 7 1.2.3 Special Entity…

    • 27617 Words
    • 117 Pages
    Powerful Essays
  • Good Essays

    An entity-relationship (ER) diagram is a specialized graphic that illustrates the relationships between entities in a database. ER diagrams often use symbols to represent three different types of information. Boxes are commonly used to represent entities. Diamonds are normally used to represent relationships and ovals are used to represent attributes.…

    • 422 Words
    • 2 Pages
    Good Essays

Related Topics