The Session Long Project (SLP) spans from Module 1 to Module 4. You are to build on what you have accomplished in previous modules based on the learning materials. That is, the Module 2 SLP is built on the Module 1 SLP assignment, and the Module 3 SLP is built on the Module 2 assignment, etc. Please follow the instructions below closely:
Problem Definition
A used-book store has been in business for over a month. The owners have been so busy that they have not had time to design and implement a computer-based system to track their operation. They would like to build a database system to help the business.
You are hired to design, program, and implement a database to help this bookstore. You will work on this project from Module 1 through Module 4. By Module 4, the database you develop will be able to provide the following information:
Employee information (e.g., employee name, address, phone number, hiring date, salary, etc.).
Information about the books and CDs in the bookstore (e.g., title, author, price, etc.).
Sales of CDs and books, searchable by date
Current inventory status of books and CDs
Any other output you think appropriate
Please note that above is the final output of the system you are about to design by the end of Module 4.
This is the relevant data for the first month of operation. The owners have saved the information in an Excel file. You might want to take the data into consideration when you design the database.
Your task is to:
Discuss the kinds of data needed for such a system (attributes), and the data types of these attributes.
Create a voiceover PowerPoint presentation to explain how you would design the database system, focusing on the tables you will create in this database, the attributes of each table, and the primary keys of each table to address the requirements of the store owners. Do not worry about not getting it right the first time. You will be able to improve your design over the next few modules after you learn new DB concepts and principles.
The Session Long Project (SLP) spans from Module 1 to Module 4. You are to build on what you have accomplished in previous modules based on the learning materials. That is, the Module 2 SLP is built on the Module 1 SLP assignment, and the Module 3 SLP is built on the Module 2 assignment, etc. Please follow the instructions below closely:
Problem Definition
A used-book store has been in business for over a month. The owners have been so busy that they have not had time to design and implement a computer-based system to track their operation. They would like to build a database system to help the business.
You are hired to design, program, and implement a database to help this bookstore. You will work on this project from Module 1 through Module 4. By Module 4, the database you develop will be able to provide the following information:
· Employee information (e.g., employee name, address, phone number, hiring date, salary, etc.).
· Information about the books and CDs in the bookstore (e.g., title, author, price, etc.).
· Sales of CDs and books, searchable by date
· Current inventory status of books and CDs
· Any other output you think appropriate
Please note that above is the final output of the system you are about to design by the end of Module 4.
This is the relevant data for the first month of operation. The owners have saved the information in an Excel file. You might want to take the data into consideration when you design the database.
Inventory Data
Product ID
Product Name
Unit Price
Cost as
% of Price
Current
Inventory
Monthly
Purchases
40
Little Prince
$35
50%
20
3
42
War and Peace
$45
50%
14
2
44
The Emperor’s New Clothes
$40
50%
12
0
46
For Whom the Bell Tolls
$35
50%
10
2
48
Pride and Prejudice
$25
50%
5
0
50
Pinocchio
$35
60%
5
0
52
Canterbury Tales
$40
60%
10
0
Sales Data
Trans ID
P.O. Number
Product ID
Trans Code
Date
Customer ID
Units Sold
Cashier
1
393432
42
2 (credit card)
1/10/15
4269
3
Jason
2
234321
40
2
1/11/15
8934
2
Mary
3
557842
50
2
1/12/15
5519
2
Jason
4
337891
46
1 (check)
1/14/15
6598
3
Berry
5
198142
48
2
1/14/15
1096
2
Berry
6
221244
40
1
1/15/15
4269
1
Jason
7
1112
40
1
1/18/15
3314
2
Amy
8
414125677
42
2
1/20/15
6539
2
Jason
9
2343112
46
2
1/24/15
4456
1
Amy
10
343411
40
1
1/28/15
5519
1
Mary
SLP Assignment Expectations
Note: The SLP assignment in each module is built around this bookstore project, and each assignment is built on the previous one. By the end of this course, your report will need to satisfy all requirements of this project.
In Module 1, your task is to:
· Discuss the kinds of data needed for such a system (attributes), and the data types of these attributes.
· Create a voiceover PowerPoint presentation to explain how you would design the database system, focusing on the tables you will create in this database, the attributes of each table, and the primary keys of each table to address the requirements of the store owners. Do not worry about not getting it right the first time. You will be able to improve your design over the next few modules after you learn new DB concepts and principles.