Reference no: EM132488900
Objectives
• To develop a conceptual data model diagram
• To perform logical design (optional)
Assignment Specification
In this assignment, youneed to perform the followingtasks for the given case study:
• Draw an Entity Relationship (ER) diagram
• Perform logical design(optional)
• Create3NF Relations(optional)
Case Study - CQ Air conditioning services
Assignment Requirements
In this assignment,you need to create an Entity Relationship (ER) diagram relevant to the above case study and optionally perform logical design to produce appropriate3NF Relations.
1 Draw an appropriate ER diagram
Use the symbols as prescribed in your unit-textbook to draw the ER diagram (ERD) for the above case study.
Your ERDmust
• show all necessary entities, attributes andrelationships
• show identifiers/identifying attributes as necessary
• show multi-valued attributes, ifany
• show participation andcardinality
• show associative entities, ifappropriate
• show weak entities, if any
• use the notation described in the settext
• use consistent and appropriate naming for entities and attributes as specified in the unit text book
Data dictionary
Provide the details of attributes for all the entities.You can use a suitable tabular format to provide these details. The details must include the following properties of attributes wherever appropriate:
• name
• size/length
• minimum andmaximum value and/or permitted value
• required/not required for a new instance
• brief notes that are relevant
Assumptions and Business rules
Provide assumptions and business rules relevant to your ERD.
Create Logical Design (Optional):
If you would like to perform this optional component of this assignment, you can map your Entity Relationship diagram (ERD) into relations and make sure that all the relations are in 3NF. Provide all the relationsin the following format:
Customer (CustomerId,CustomerName,Street,Suburb,State,PostCode,Email)
Invoice (InvoiceNumber,InvoiceDate, Total, CustomerId)
foreignkey(CustomerId)referencesCustomer(CustomerId)
Attachment:- ER diagram - conceptual data model diagram.rar