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

  Describe the wireless spectrum

Describe the wireless spectrum. Describe how interference can distort and weaken a wireless signal. Describe the Frequency-Hopping Spread Spectrum (FHSS) and Direct-Sequence Spread Spectrum (DSSS) spread spectrum technologies

  What are the predominant electronic and physical threats

Write a 200- to 300-word response to the following question: What are the predominant electronic and physical threats to communications networks

  What is the manufacturer specific id for intel core

What is the manufacturer specific ID for Intel Core and What are the source and destination MAC address in Frame 546

  What is kudzu

List the Linux command that is used to verify a drive has been mounted.

  Write a research paper about erp systems in the cloud

Write a research paper about ERP Systems in the Cloud. ERP Systems vendors are offering cloud based versions of ERP Systems. Companies are faced with increasing pressure to investigate the potential of these cloud based offerings.

  Explain how would you apply your new knowledge

The content of this class as they relate to Team Management and managerial decision making. How would you apply your new knowledge?

  Requirements for the advanced digital computer company

You must design the network requirements for the Advanced Digital Computer Company. As the network consultant you will be required to develop a plan for the Company network, including all costs.

  Describe the security features available on a platform of

? describe the security features available on a platform of your choice for example linuxandroidmac os

  Advantages of a client-server system using a LAN

An alternative to a LAN is simply a big timesharing system with terminals for all users. Give two advantages of a client-server system using a LAN

  Network topology & communication

You have been asked by Redline Motors & Equipment, a local motor and performance parts company, to install a network in its new office. The corporate office use to be located within the warehouse, and a small office was leased in a remote location..

  Take a moment and think about how technology influences

1 suppose you decided to create an online dating profile. what information about yourself would you be willing to

  Study carefully the following network topology it is

study carefully the following network topology. it is required that the small business smart office services pty ltd

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