Determine the cardinality of the relationships

Assignment Help Computer Networking
Reference no: EM131973528

Data and Information Management

Managing Data in Databases

Purpose of the assessment

The purpose of this assignment is to develop skills in managing data in databases and to gain understanding of data model development and implementation using a commercially available database management system development tool.

On completion of this assignment students will be able to:
a. Model organisational information requirements using conceptual data modelling techniques.
b. Convert the conceptual data models into relational data modeland verify their structural characteristics with normalisation techniques.

Assignment Description

1. The schema for the LibraryDB database is given below. LibraryDB is a database that keeps track of information about the books and their circulation in a library.

The primary keys are underlined. The foreign keys are denoted by asterisks (*).

Borrow(transactionID:text, personID*:text ;borrowdate:date, returndate:date)
Book(ISBN:number, title:text, Volnumber:number, year_published:numeric, NoofCopies:number; Price:number; PublisherID:text)
Person(personID:text, firstname:text, lastname:text, address:text, city:text,
postcode:txt, phonenumber:number)
publisher(publisherID:text,publisherfullname:txt)

Description of the schema

borrow -- keeps track of the check-ins and check-outs of the books.
person -- keeps track of the people who borrow books from the library.
book -- contains information about the books that are available in the library.
publisher -- keeps track of the publisher information.

a. Implement the above described database in MS Access. You are required to create the above 4tables with the given attributes. Name the database as ‘LibraryDB' .

b. Populate all tables with suitable data (at least 3 records per table- suitable to answer given queries) using the following SQL statements or data sheet view in MS Access.
INSERT into TableName
VALUES ("..","..",.....)

Write SQL queries for the following questions and execute the queries on the ‘LibraryDB' database you created in MS Access.

c. Prepare a list of ISBN number, title, Volnumber, NoofCopiesof all Books in the library.

d. Assume that you want to count how many books in the library which are older than 10 years (i.eyear_published is before 2008). Write a query to find the number.

e. Display details of all books that cost more than the average price of the books in the library.
(Hint: use sub-query).

f. Display details of all bookswhich are published in year 2017 and published by "ACER Press" publishers (publisherfullname is "ACER Press")
(Hint: you may need to join Book table and publisher table)

g. Create a new table named "Borrower" that includes personID, firstname, lastname, address of the borrower, borrowdate and returndate.
Hint : you may need to join 2 tables Person and Borrow.

2. Sales tracking is important in many online stores. Figure 1 shows the ER diagram that captures important information in the tracking of sales in a Bookstore. Specifically, the ER diagram captures relationships between authors, Books, customers, publishers, warehouses and shopping-basket.

446_Bookstore ER Diagram.jpg

Figure 1: Bookstore ER Diagram

a. Convert the ER diagram into a relational database schema. Be certain to indicate primary keys (underline).
EgBook (ISBN: NUMBER; title:text,.....)

b. Identify two attributes in the ER diagram of figure 1 that might represent a composite attribute, and explain why/how it might represent a composite attribute.

c. Determine the cardinality of the relationships(listed below) in the above ER diagram. The cardinality shows how much of one side of the relationship belongs to how much of the other side of the relationship. Write the business rule that you would use to mark the cardinality, as shownin the example given in figure 2.

i. Book-Author
ii. Book - publisher
iii. Book - Warehouse

Example:

Relationship between shopping-basket --- Customer

308_Example.jpg

Business rule:
A customer may submit any number of orders on to the shopping-basket. However, each order must be submitted by exactly one customer.

Figure 2: Example of cardinality of business rule for the ‘shopping-basket --- Customer' relationship

3. Prepare a brief report on the following "Big data technologies". (6 Marks)
a. Hadoop
b. MapReduce

Use the following heading for writing the report for each topic:
1. Introduction
2. Capabilities and Limitations
3. Conclusion

Verified Expert

In this assignment we have discussed about database and security issue associated with it. We have discussed all aspect of storing database and designed a database for the given case study.

Reference no: EM131973528

Questions Cloud

The super jackpot in the washington state lottery : You have recently won the super jackpot in the Washington State Lottery. Using a discount rate of 10%, which option should you select?
What made the given changes possible : What made these changes possible? Your essay should draw heavily upon Chapters 10, 11, 12, and 13 of Hansen and Curtis and Voyages in World History.
What would you do to help motivate eric career development : Consider the following scenario. Eric is a 17-year-old and will graduate high school soon. His family keeps pushing him to go to college and make something.
Contractor bids on a highway construction job : Contractor bids on a highway construction job, incorporating Guardrail Company's bid into its overall bid to the state.
Determine the cardinality of the relationships : MN405 - Data and Information Management - Managing Data in Databases - a. Model organisational information requirements using conceptual data modelling
Health insurance portability and accountability act : Analyze the importance of the enactment of the Health Insurance Portability and Accountability Act (HIPAA), and appraise the overall impact of HIPAA on patients
Fundamentals of human resource management : In Chapter 8 of Fundamentals of Human Resource Management, the text discusses the natural, but not automatic, progression from training employees
Discuss the role of the labour party in british history : Discuss the role of the Labour Party in British history? What sort of benefits or disadvantages did the British people experience from their Empire?
Was the demonstration interesting : Was the demonstration interesting? What would have made it more interesting?

Reviews

len1973528

5/7/2018 4:49:12 AM

Quiz (30 marks) Demonstrated excellent ability to think critically. Demonstrated an ability to think critically. Demonstrated reasonable ability to think. Demonstrated some ability to think critically but not complete. Did not demonstrate ability to think critically.

len1973528

5/7/2018 4:49:05 AM

Q2. Convert the conceptual data model into relational data model. (24 marks) Demonstrated excellent ability to think critically. Demonstrated an ability to think critically. Demonstrated reasonable ability to think. Demonstrated some ability to think critically but not complete. Did not demonstrate ability to think critically. Q3. Model organisational information requirements(with Big data technologies) (6 marks) Demonstrated excellent knowledge on the topic Demonstrated good knowledge on the topic. Demonstrated reasonable knowledge on the topic Demonstrated some knowledge on the topic. Did not demonstrate any knowledge on the topic.

len1973528

5/7/2018 4:48:57 AM

Marking criteria: Marks are allocated for each part as below: Marking Rubric for Assignment 1 -Total Marks 100 Excellent 100% Very Good 80% Good 60% Satisfactory 40% Unsatisfactory 0%-20% Q1. Model organisational information requirements using conceptual data modelling techniques and Query Writing Skills (40 marks) Evidence of accurate and well- written queries Evidence of good query writing skills. Generally relevant. Demonstrated reasonable query writing skills. Did not demonstrate evidence of understanding the topic.

len1973528

5/7/2018 4:48:43 AM

Submission Guidelines • All work must be submitted on Moodle by the due date. • Download this assignment, write your answers and save it on Moodle link as “MN405_T1_Assigment1_your_name.doc” • The assignment must be in MS Word format, 1.5 spacing, 11-pt Calibri (Body) font and 2.5 cm margins on all four sides of your page with appropriate section headings. • Reference sources must be cited in the text of the report, and listed appropriately at the end in a reference list using IEEE referencing style.

len1973528

5/7/2018 4:48:31 AM

Description of this assignment: This assignment consists of two parts: Part A: An online quiz on Moodle, comprising 30 questions. This quiz coversbasic concepts of the relational data models. Students may have up to 3 attempts to answerthis quiz. The system will keep the highest score. Part B:Answer SQL Queries to extract data from data tables and questions on mapping conceptual data models into relational data model.

len1973528

5/7/2018 4:48:25 AM

Please read every detail carefully. Weight 20% of total assessment for the unit Total Marks 100 = 30 (for online quiz- Part A)+ 70 (for Part B) Word limit No specific word limit Due Date Lab class week 8, tuesday

Write a Review

Computer Networking Questions & Answers

  Networking and types of networking

This assignment explains the networking features, different kinds of networks and also how they are arranged.

  National and Global economic environment and ICICI Bank

While working in an economy, it has a separate identity but cannot operate insolently.

  Ssh or openssh server services

Write about SSH or OpenSSH server services discussion questions

  Network simulation

Network simulation on Hierarchical Network Rerouting against wormhole attacks

  Small internet works

Prepare a network simulation

  Solidify the concepts of client/server computing

One-way to solidify the concepts of client/server computing and interprocess communication is to develop the requirements for a computer game which plays "Rock, Paper, Scissors" using these techniques.

  Identify the various costs associated with the deployment

Identify the various costs associated with the deployment, operation and maintenance of a mobile-access system. Identify the benefits to the various categories of user, arising from the addition of a mobile-access facility.

  Describe how the modern view of customer service

Describe how the greater reach of telecommunication networks today affects the security of resources which an organisation provides for its employees and customers.

  Technology in improving the relationship building process

Discuss the role of Technology in improving the relationship building process Do you think that the setting of a PR department may be helpful for the ISP provider? Why?

  Remote access networks and vpns

safekeeping posture of enterprise (venture) wired and wireless LANs (WLANs), steps listed in OWASP, Securing User Services, IPV4 ip address, IPV6 address format, V4 address, VPN, Deploying Voice over IP, Remote Management of Applications and Ser..

  Dns

problems of IPV, DNS server software, TCP SYN attack, Ping of Death, Land attack, Teardrop attack, Smurf attack, Fraggle attack

  Outline the difference between an intranet and an extranet

Outline the difference between an intranet and an extranet A programmer is trying to produce an applet with the display shown in Figure 1 below such that whenever one of the checkboxes is selected the label changes to indicate correctly what has..

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