Project on designing and creating a database , Database Management System

Assignment Help:

This project will involve designing and creating a database for an organization.  In the design of a database, there is no single "perfect" design.  So your database design may not match my design, or another student's design. So, for example, my design my have 7 tables, and your design may have 10 tables.  But they both may work equally well. You will be graded on how well your design matches the description in the paragraphs below, and whether it meets all the project requirements. 

Read the description and all the requirements (especially the queries you will need to run) before you begin the design process.  When the project is complete, you will turn in 2 documents: (1) an E-R diagram document (2) an SQL script with all the SQL statements included

Description

Members of a small town in Tennessee are tired of having nothing to do on the weekend.  They want to start a local club where people can pay a monthly fee to be a member and participate in various activities.  Activities will be offered for 3 basic age groups: 12-18 years old, 19-55 years old, 56 and older. The club will have a short order grill for sandwiches and salads, a bar that operates late afternoons and evenings, basketball court, tennis courts, shuffle board, climbing wall, large TV/movie room with a flat screen TV, and a computer game room with a LAN setup and several smaller TV's and game consoles and a weight room. A few years down the road, they plan to add a swimming pool and an outdoor track.

When a person joins, he/she gets a badge with a unique member number that serves as an ID which can be swiped to get into the club, to participate in activities and to use as a charge card while at the club (to pay for meals or other incidentals).

Assumption:  you can assume that each time a card is swiped, the following data will be available from the card swipe system to store into one or more tables in a database:

 - member name

 - member ID

 - date

 - time

 - activity (example: enter club, purchase sandwich, computer game room, climbing wall, purchase beer)

You do not have to be concerned with how the data gets into the system.  Just concentrate on the design of the system and what data needs to be stored.

Certain activities will be restricted by age:

12-18 year olds are not allowed in the bar or the weight room 56 and older are not allowed in the computer game room

The club needs you to design a database to help them manage the business.  Some of the things they need to keep track of are memberships, club dues, activities that members participate in, time of day/night that members visit, operating costs for the club (bills paid out, dues coming in, taxes etc), general information about the club (ownership, hours, address, etc),

Project Requirements

Complete the following tasks:

0) Using the description above, design a database for the club.

1) Generate an E-R diagram for the database.

   - use at least 4 entities.  each entity must have at least 3 attributes

2) Diagram the relationships between the entities, including the name, optionality and degree. 

  ---- include all the E-R diagrams and relationships in one document ----

3) Ensure that your database is in 2nd normal form and that all the tables follow the rules

of referential integrity and entity integrity.

[*** POINTS: E-R Diagrams and Overall Database Design 40% ***]

4) Create a script file, then generate all the SQL commands needed to create the database and database tables and put them in this script file.

( Success Hint:  be sure to add the command to create the database at the top of the file.  preceed this command with a check to see if the database already exists, or a drop command so that you won't get errors about the database already existing )

( Success Hint: Because you will most likely be running this script multiple times, be sure do add drop table statements prior to each create table statement in the script to avoid getting error messages about the table already being created. )

( Success Hint:  Generate the create table commands one at a time and get each one working before adding the next command to the script file.  Once you have all the tables being created successfully in the script file, move on to the next step of adding the insert statements to the script file for each table)

5) Create the SQL statements to insert sample data into each table.  Add these statements to the script file.

    - data entered into the tables must span more than one month.  You don't have to enter more than 30 records, but you might have 2 records in April and 5 records in May....this spans more than one month.

    - you must have at least 10 data records in each table

6) Execute the script file - which should create the database, then create and populate your tables.

7) Generate SQL Select statements that will return data for each of the parameters listed here

   - A list of all the member names and the date they joined

   - How many members are in each age group

   - The total amount of money earned from dues at the club for a specific month (pick any month, depending on the data you enter)

   - Names and age of all members who have used the climbing wall

   - The name, age and activity of members who used the club between 6pm and 8pm

   - A list of all members not allowed into the bar

   - The name and phone number of all members whose phone number begins with "423"


Related Discussions:- Project on designing and creating a database

Design and implement a database system, Safe Banking is a Canberra based cr...

Safe Banking is a Canberra based credit union, which has several branches around Canberra and Queanbeyan. YOU have taken over Safe Banking. YOU need to create a database that organ

Oracle, comparison of oracle RDBMS with MySQL

comparison of oracle RDBMS with MySQL

Express the subsequent query in sql assumes, Express the subsequent query i...

Express the subsequent query in SQL assumes which the data is stored within EMPLOYEE table with relevant fields (i) Display name, job, salary, and hire date of employee who are

Define mysql_fetch_object(), What are the differences among MySQL_fetch_arr...

What are the differences among MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()? Mysql_fetch_object returns the result from the database like objects while mysql

Define physical and logical data independence, Define physical and logical ...

Define physical and logical data independence. How does this architecture help in achieving these? Data independence entails that change in one view must not need a change in t

What are the problems in database normalization, What are the problems if o...

What are the problems if one were not to normalize?  When do these problems surface?           Ans:  Database normalization, sometimes considered to as  canonical synthesis, is

What is average response time, What is average response time? The avera...

What is average response time? The average response time is that the average time for a transaction to be done after it has been submitted.

Mention constraints to create command ddl, Mention the type of constraints ...

Mention the type of constraints we can specify in the CREATE command of DDL. The type of constraints that can be specified are as follows:- PRIMARY KEY, NOT NULL, UNIQUE, FOR

In e-r diagram how derived attribute are represented, In E-R Diagram how de...

In E-R Diagram how derived attribute are represented ? In E-R Diagram By Dashed ellipse derived attribute are represented.

Define data model, Define data model? A data model is a collection of c...

Define data model? A data model is a collection of conceptual tools for explaining data, data relationships, data semantics and consistency constraints.

Write Your Message!

Captcha
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