Develop a conceptual data model diagram

Assignment Help Database Management System
Reference no: EM132278017

Assignment

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)

Please note that the above mentioned optional components,logical design and 3NF relations, will not be marked, however those tasks are expected to enrich your skills in the creation of database in future.

Case Study
CQParcels (CQPS) is well known for its parcel handling business in Australia. It collectsthe parcels from its customers and then transports and delivers them to the respective specified delivery addresses in Australia.

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.

The attributes for various entities have not been purposely described in the case study so that the students are encouraged to further research and list the pertinent attributes in addition to the required identifier for each and every entity in their ERD.

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

Some business rules or other aspects of the case study may not be clear to you when you read the case study. If this is the case, then you should either approach your lecturer or tutor for clarification, or you may simply make an assumption and then develop your ERD accordingly. For example, the case study might not mention all relevant participation information (also called minimum cardinalities). If so, you may make an assumption about what the minimum cardinalities might reasonably be, and then show them in your ERD accordingly. You should justify each assumption in terms of the business, for example: it is assumed that each customer must have at least one order because it is assumed that the business does not record customer details until the customer makes an order with them. To get yourself started, ask yourself, 'If I were running this business, what things I need to keep a list of?' Write those things down. For each thing, what information would you need to record about it? How can it be identified? The answers to these questions will help you to develop your ERD.

2 Assumptions and Business rules
Provide assumptions and business rules relevant to your ERD.

3 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)

How and what to submit:

You must make an electronic submission for this assignment using the appropriate assignment submission link in the unit web site.

You should submit a Microsoft Word document containing:
• A copy of your ERD.
• A list of business rules and assumptions including their justifications.
• 3NF Relations - optional

Your document should contain appropriate identifying information (your student number, name, unit number, etc.) and should contain appropriate headings for each section.

Attachment:- Assessment.rar

Reference no: EM132278017

Questions Cloud

Code processing the image pixels : In what order is the following code processing the image pixels?
Record the transactions in the appropriate general : ACC10008 Financial Information Systems Assignment, Swinburne University of Technology, Australia. Record the transactions in the appropriate general
Would this kind of strategy work for business : Consumers are often advised to stock up on necessities in advance of a major storm. Would this kind of strategy work for business?
Define characteristics of the movement in art journal entry : Select a work of art of your choice from Gardner's Art Through the Ages: The Western Perspectivea website listed on the ART101 Museum and Images Website
Develop a conceptual data model diagram : Develop a conceptual data model diagram - create an Entity Relationship (ER) diagram relevant to the above case study and optionally perform logical design
What are the problems associated with putting informatics : Dimensions of change :design—Reality Gaps. What are the problems associated with putting informatics into the hospital?
The importance and significance of the effectiveness : Conduct a current literature review on the importance and significance of the effectiveness of managers in your organization and their overall goals and objecti
Harley-davidson build long-term customer relationships : How does Harley-Davidson build long-term customer relationships? HOG is the stock symbol for Harvey.
Determine how to keep high quality grinding wheel : Before the installation of the grinding wheel, check the speed mark of the high quality 9'' grinding wheel, check whether there are cracks and damages.

Reviews

len2278017

4/9/2019 2:25:13 AM

Marking Criteria:   Item Maximum Marks 1 Identified entities (including super type and sub type entities), associative entities, weak entities (if any) and named appropriately 6 2 Provided appropriate attributes 6 3 Provided identifiers/identifying attributes 3 4 Drawn correct relationships between entities and named them appropriately 5 5 Used proper symbols for ? entities including super type and sub type; associative entities; weak entities if any ? relationships ? identifying attributes ? min and max cardinalities for the relationships 6 6 Provided appropriate justification for assumptions and business rules 4   Penalty due to plagiarism/copying     Late Penalty: Less 5% of available marks per calendar day     Total 30

len2278017

4/9/2019 2:24:42 AM

You must make an electronic submission for this assignment using the appropriate assignment submission link in the unit web site. You should submit a Microsoft Word documentcontaining: • A copy of your ERD. • A list of business rules and assumptions including theirjustifications. • 3NF Relations – optional Yourdocumentshouldcontainappropriateidentifyinginformation(yourstudentnumber,name,unit number, etc.) and should contain appropriate headings for eachsection.

Write a Review

Database Management System Questions & Answers

  Design a program that reads records that contain name

Design a program that reads records that contain an author's name, the title of the work, and the number of volumes.

  Create a database schema that supports the companys business

Create a database schema that supports the company's business and processes. Normalize the database tables to third normal form (3NF).

  Problem on relational algebra

The database used for this question is a very simple one with the following schema: (Primary keys are bold, foreign keys are underlined)

  Apply hierarchical clustering with euclidean distance

Apply hierarchical clustering with Euclidean distance and Ward's method. Make sure to normalize the data first. How many clusters appear?

  Discuss about the normalization

Discuss about the Normalization.What errors prevent the table displayed above from being first normal form compliant? Be specific, identifying all columns that create the normalization error by name.

  How to create a biological database based on viruses

How to decide which attribute should be there in the table and schema? How to identify the primary keys, foreign keys, domain, E-R diagram and 20 Queries on the same database.

  Explain primary manner in which chosen method is use in dbms

Select one of transaction management or concurrency control methods, and explain primary manner in which chosen method is used in database management systems.

  Write a query to display the patron id and full name

Use the Ch08_Fact database shown in Figure P8.44. For problems with very large results sets, only the first several rows of output are shown in the following.

  Create and print a select query that lists the book title

Create and PRINT a select query that lists the book title and List Price for all book title startwith Life. Save this query as KellyCaseC before you print it

  Is there a polynomial algorithm for testing whether a

Prove that, if R is in 3NF and every key is simple, then R is in BCNF.

  Why wont this query return any results?

Why wont this query return any results?

  1nf figure converted to 2nf figure

1NF figure converted to 2NF figure with a explanation of the steps taken. Once in 2NF, it needs to be converted to 3NF, and explanation of steps taken is needed as well.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd