Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Who will use this database for what purpose? Remember there may be different types of users and different purposes. E . g . , customers
Who will use this database for what purpose? Remember there may be different types of users and different purposes. Eg
customers and your boss.
What operations the database needs to provide to support such purpose? Imagine yourself is the customer to use the database.
What data needs to be stored in database to support such operations?
What assumptions you are making when you design the database, are they reasonable?
You cannot use the examples used in the textbook.
The question that everyone asks is "how big does the project have to be A project that is too small will probably not provide you
with an adequate opportunity to display your skills. On the other hand, you do not want to choose too large of a project. It may be
possible to find a portion of a large project that could be appropriate.
Database Requirements
At a minimum you need to design three or four significant tables. You will undoubtedly need additional lookup tables. etc., but
they do not count as "significant".
Each table should have a certain amount of data at least rows
You need to write or more SQL select queries at least contain joins, use group by select from does not count and or
more update queries.
Project Deliverables
You will submit both of the deliverable files in Blackboard under CONTENT then SEMESTER PROJECT then SEMESTER PROJECT
SUBMISSION.
LastnameFirstname.SQL file with all SQL commands. Points
PowerPoint file with the following sections:
Business Document Points: Submit a short written business document to include the following:
Business Situation: Includes who will use it what operations will be supported, what data needs to be stored, and what
assumptions you have made.
Project Schedule: Includes a timeline showing each phase of your project with its tasks and time duration, for the entire
effort. This deliverable will be graded based on whether the above items are included and whether the schedule is
reasonable eg enough time is left for testing SQL queries and prepare presentation
EER Diagram Points: Create an EER diagram for your project database.
Relational SQL Schema Points: Create a relational SQL schema based on your EER diagram.
SQL Commands Points: Include screen shots of the following SQL commands specific to your application:
Creation of Tables
Input of Table Data
Select Statements
o Queries with Group By
o Join Queries
o Select Statements
Update Statements
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started