Create a data dictionary for your database

Assignment Help Database Management System
Reference no: EM131694580

Implement the database you designed to address the requirements of the Western Highlands Zoo case study

The assignment addresses the following learning outcomes for the unit:
1. Demonstrate practical skills in using SQL
2. Demonstrate practical skills in normalisation and convert a conceptual database design to a logical design in 3NF
3. Create a database from a given design using a DBMS and implement specified constraints using appropriate tools and approaches
4. Explain and implement security as it applies in the database environment.

Case study

Re-read the description of the Western Highlands Zoo case in Assignment 1 if you need to refresh your memory.

The WHZ Director is pleased with your work so far and asked you to go on to implement your design. They have an addition to the original specifications that you should note:
- The WHZ want to provide a number of visitor ‘experiences', consisting of guided tours and close encounters with the animals. They are modelling these somewhat on those at Perth Zoo

- The experiences happen on various days and times, but each one is scheduled regularly (for example, the Penguin tour is always Tuesdays and Thursdays at 10.00am). All the experiences are scheduled for a month ahead (i.e. your data will show the schedule for October and November 2017).

- The following information is to be stored about each experience: Name, brief description, date, time, and duration. In addition, the ‘close encounters' experience also stores minimum age, maximum group size, cost, and any restrictions on who can participate.

- Each of the experiences has one or more particular animal types as its main attraction, and of course an animal type may participate in more than one experience.

- The WHZ wish the list of experiences to be searchable by potential visitors so that they can see what is on offer in the coming weeks. However, they are not planning on using it to make bookings as yet.

They also have some minor clarifications that you should note:

- Zones and habitat types are different things. A zone is a broad region of the zoo that encompasses a range of habitat types, whereas a habitat is where the animal occurs in the wild, and might be particular to only one or two species. There are around half a dozen main zones, which are marked on the zoo map that visitors can use to plan their visits.

Part 1: Revised ERD and schema

a) Create and submit the ERD for this database that you are going to use as the basis of your implementation.

b) Include a one or two paragraph explanation as to the changes you have made to the ERD on the basis of your feedback from Assignment 1 and/or as a result of having to support the new functionality and views described in this assignment.

c) Show the relational schema in 3NF that will be the basis of your implemented design. Show your relations using the following convention:
RELATION_NAME (PrimaryKey, Attribute, Attribute, ... ForeignKey)

Part 2: Data dictionary

Create a data dictionary for your database. This should include:

a) For each table: a definition of each column (attribute), consisting of the column name, brief description of what it represents, its data type and size, domain (allowable values), any default value, whether it is required, whether unique, and any constraints (primary key, foreign key). You can follow the example in Lab 07. Use the data types available in Oracle.

b) For each of the columns that is a foreign key, give the appropriate referential integrity rules (i.e. the "on delete.... ; on update" etc actions that should apply when the corresponding primary key is altered). The appropriate action should be included whether or not there is a statement in Oracle to implement it.

c) Any business rules (enterprise constraints) that should apply to the database that haven't already been covered.

Note that your data dictionary must be consistent with your ERD and schema.

Part 3: Implementation

Implement the tables for the Western Highlands Zoo in Oracle SQLPlus on arion.murdoch.edu.au. Note the following:
a) All tables should be created as per your ERD and data dictionary; the marker will check your ERD against your tables. You do NOT need to include the SQL CREATE TABLE statements that you used to create the tables.

b) All entity and referential integrity constraints should be created and appropriately named.

c) All columns (attributes) should be of an appropriate data type/size and be set as required, unique or not as appropriate.

d) All domain constraints should be implemented.

e) All tables should be populated with sample data that will allow the marker to test that your database fulfils the application requirements as specified and supports the transactions and views listed below. Also provide the same sample data in your Word document. If you use a screen dump, it MUST be a size that is readable without zooming.
Note you do not need to include the SQL INSERT statements that you used to add the data. You can use the Perth Zoo website for inspiration on sample data.

f) SELECT, UPDATE, INSERT and DELETE permissions should be GRANTED on all database objects (particularly tables and views) to the user MARKERTL. This is most important. If you

do not grant this permission, the marker will not be able to mark this part of your assignment and you will not get any marks for it.

g) Please state in your documentation whether you have used your V account or H account.

Part 4: Views

Create VIEWS for the following in Oracle (views should be named as ViewA, ViewB etc). Note that some of these have changed from Assignment 1 in line with WHZ's new requirements.
You should also provide the CREATE VIEW statements you used to create the views in your Word document.

VIEW A All the animal types represented at the zoo, the class they belong to, and their conservation status.
VIEW B The number of individuals of each animal type, ranked from most individuals to least. VIEW C All Australian animal types that are endangered.
VIEW D All the individual animals looked after by a particular keeper, and the enclosures they are in.
VIEW E The names of all the head keepers, and the number of keepers supervised by each of them. VIEW F All the animal types represented in a particular zone.
VIEW G All the keepers who work in a particular zone.
VIEW H The history notes about Sophie the giraffe for 2016.
VIEW I All the experiences for a particular day, in time order (starting in the morning)
VIEW J All the guided tours that involve elephants for the week beginning 1 November 2017.

Reference no: EM131694580

Questions Cloud

What do you consider to be greatest technological advances : What do you consider to be the greatest technological advances of human society to the 5th century BCE? Identify three key technological innovations.
Calculate the ph of a titration : Calculate the pH of a titration of 50.00 mL of 0.100 M acetic acid (HOAc), Ka = 1.76 x 10-5, with 0.100 M NaOH at the following points:
Describe how you believe negative experiences with this fact : A person who thinks critically can ask appropriate questions, gather relevant information, efficiently
Prepare an incremental analysis schedule to demonstrate : RSW Company manufactures 15,000 units of wheel sets for use in its annual production. Prepare an incremental analysis schedule to demonstrate
Create a data dictionary for your database : ICT285 Databases - Create and submit the ERD for this database that you are going to use as the basis of your implementation - Create a data dictionary
Analyze the importance of situating a societys cultural : Analyze the importance of situating a society's cultural and artistic expressions within a historical context.
Find and describe two distinct uses for iscsi technology : Find and describe 2 distinct uses (at least one of these must be a use which specifically involve VMware vSphere 6 Enterprise Plus) for iSCSI technology.
Discuss the impact on the drug-related social problems : If illicit drug use was decriminalized, what would be the impact on the drug-related social problems
Write a business case for the new hwe accessories : Write a 1- to 2-page business case for the new HWE Accessories website using Microsoft®Word.

Reviews

len1694580

10/27/2017 8:53:02 AM

Please note the following about the marking of this assignment: • The marker will view your documentation and then match your documentation to your implementation. This means for example, that tables, columns and constraints should be named in your database as they are in your documentation. Relationships defined in your ERD should be defined in your database using foreign keys. • The marker will view the sample data in your tables. • The marker will execute each of the views created for Part 4 above. • AGAIN, please ensure that you GRANT the appropriate privileges on all relevant objects (tables and views) to the user MARKERTL. If you do not do this, the marker will not be able to mark part of your assignment (and you may be awarded 0 for this section).

len1694580

10/27/2017 8:52:39 AM

Marks are distributed as follows: Part 1: Revised ERD and schema 10 Part 2: Data dictionary 20 Part 3: Implementation 30 Part 4: Views 40 Total 100 Note that where the requirement is for ‘a particular’ keeper/zone/etc, you can assume for this assignment the view definition includes a specific value such as “Bridget Jones ” or “Australian Bushland” (although, obviously, it should work for all relevant values).

len1694580

10/27/2017 8:51:58 AM

LMS, via the Assignments tool. Submit Parts 1 and 2, Part 3 sample data and Part 4 CREATE VIEW statements as a SINGLE Word document. Parts 3 and 4 should be completed in Oracle on arion. Ensure you complete the declaration that is part of the submission process. You do not need to include a separate cover sheet but you should include your name and student number as part of your document filename. Your name and student number should also be included within in the assignment document.

Write a Review

Database Management System Questions & Answers

  Allows users to view and register for classes offered

Users will be able to register in order to use the system. If the user is register they will be prompted to enter their username and password to navigate through the system.

  Design the network requirements for the xyz company

You must design the network requirements for the XYZ company. As the network consultant you will be required to develop a plan for the company network, including all costs.

  List all details of all the records in the customers table

ITECH 1006- List all details of all the records in the customers table, sorted by postcode in descending order. List all the titles of all the items in inventory with their supplier's name, email, phone number and postcode.

  Database technologies what is lan based database management

what is lan based database management system ltbrgtgive an example of lan based database management system with a

  Compare features and characteristics of various type of dbms

Write a 2- to 3-page paper (excluding cover page and references) comparing features and characteristics of various types of DBMS (Oracle, Access, and MySQL).

  Would you ever want to use a temporary stored procedure

Provide an example of a stored procedure that you might write to demonstrate why this capability is important.

  Aspects of tablespace management

Respond to the following in 100 words or less.  Work must be cited.

  Identify and discuss each of the indicated dependencies

Create a database whose tables are at least in 2NF, showing the dependency diagrams for each table. c. Create a database whose tables are at least in 3NF.

  Discuss your solution to archiving the company data

Discuss your solution to archiving the company's data, and be prepared to defend your option versus other students'; proposals

  Project taskstask 1 analytic objectiveindividual groups are

project taskstask 1 analytic objectiveindividual groups are expected to come up with an analytic objective for which

  Create a vs 2008 asp .net web site with a masterpage

The MasterPage will display a company name selected by you. Add server controls to the MasterPage that allow the user to navigate between the Web Forms in the Web site.

  Object-oriented client database assignment

Imagine that a customer has come to your team and has requested a simple application that will allow the customer to store client names, addresses, and telephone numbers. The application will be written as a console app

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