Develop skills in managing data in databases

Assignment Help Database Management System
Reference no: EM131963580 , Length: 5 pages

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.

1. The schema for the LibraryDBdatabase 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 2 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

Reference no: EM131963580

Questions Cloud

Employment to population working age population : What is the employment Level in year 2010? What are the aggregate hours worked in the year 2015?
Provide java code to illustrate how to create an array : Describe how arrays are implemented in Java. Provide Java code to illustrate how to create an array, reference an array, and address an element of an array.
Writing critique on article from the given articles : You will be writing critiqué on article from list below. The articles below have been selected as appropriate for your knowledge level.
Complete a credit analysis for the company las vegas sands : Assuming the role of an entering corporate officer, complete a credit analysis for the company Las Vegas Sands.
Develop skills in managing data in databases : MN405 - Data and Information Management - Develop skills in managing data in databases and to gain understanding of data model development and implementation
Write about phishing scam and how to avoid their implication : Write a paper about Phishing Scams and How to Avoid their Implications. Your references must be written in APA citation style 12 point Times New Roman font.
Write the spouse and family members of the deceased letter : You are the CEO of a technology company (you may pick which technology). one of your top sales representatives has passed away (from nature causes).
Briefly summarize the findings from each article : Briefly summarize the findings from each article. Based upon the information read, discuss if eyewitness testimony is reliable or unreliable.
What price would the investor receive margin call : Show the “T” account immediately after the investor takes the position. At what price would the investor receive a margin call?

Reviews

len1963580

4/30/2018 5:36:06 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. • If an extension of time to submit work is required, a Special Consideration Application must be submitted directly to the School's Administration Officer, in Melbourne on Level 6 or in Sydney on Level 7. You

len1963580

4/30/2018 5:35:41 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.

len1963580

4/30/2018 5:35:33 AM

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.

len1963580

4/30/2018 5:35:27 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.

len1963580

4/30/2018 5:35:05 AM

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 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.

Write a Review

Database Management System Questions & Answers

  Knowledge and data warehousing

Design a dimensional model for analysing Purchases for Adventure Works Cycles and implement it as cubes using SQL Server Analysis Services. The AdventureWorks OLTP sample database is the data source for you BI analysis.

  Design a database schema

Design a Database schema

  Entity-relationship diagram

Create an entity-relationship diagram and design accompanying table layout using sound relational modeling practices and concepts.

  Implement a database of courses and students for a school

Implement a database of courses and students for a school.

  Prepare the e-r diagram for the movie database

Energy in the home, personal energy use and home energy efficiency and Efficient use of ‘waste' heat and renewable heat sources

  Design relation schemas for the entire database

Design relation schemas for the entire database.

  Prepare the relational schema for database

Prepare the relational schema for database

  Data modeling and normalization

Data Modeling and Normalization

  Use cases perform a requirements analysis for the case study

Use Cases Perform a requirements analysis for the Case Study

  Knowledge and data warehousing

Knowledge and Data Warehousing

  Stack and queue data structure

Identify and explain the differences between a stack and a queue data structure

  Practice on topic of normalization

Practice on topic of Normalization

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