Вы находитесь на странице: 1из 5

PAMANTASAN NG LUNGSOD NG VALENZUELA

Poblacion II, Malinta, Valenzuela City

Nike basketball online store databases

Galguerra, Mark Rowengie


Batungbakal, Rodolfo Jr.
De Guzman, Sean Michael

1. ADMIN
Admin - (Admin ID, admin name, password, full name, contact number)
This table are the needed information for you to verify that you are an admin.

ADMIN
Admin ID
Admin name
Password
Full name
Contact Number

2. PRODUCTION MANAGER
Production Manager - (Manager ID, manager name, password, full name, contact
number)
This database are the needed information for you to verify that you are an admin.

PRODUCTION MANAGER
Manager ID
Manager name
Password
Full name
Contact Number
PAMANTASAN NG LUNGSOD NG VALENZUELA
Poblacion II, Malinta, Valenzuela City

3. CASHIER
Cashier - (Cashier ID, cashier name, password, full name, contact number)
This table are the needed information for you to verify that you are a cashier.

CASHIER
Cashier ID
Cashier name
Password
Full name
Contact Number

4. CUSTOMER
Customer - (Customer ID, customer name, password, full name, contact number, Order)
This table are the needed information for you to verify that you are a customer.

CUSTOMER
Customer ID
Customer name
Password
Full name
Contact Number
PAMANTASAN NG LUNGSOD NG VALENZUELA
Poblacion II, Malinta, Valenzuela City

5. SHOES
Shoes – (Shoes ID, Shoes name, Shoes picture, Shoes Information, Shoes size, Shoes
color)
This table are the needed information to verify the item shoes.

SHOES
Shoes ID
Shoes Name
Shoes Picture
Shoes Information
Shoes Size
Shoes Color

6. AUDIT
Audit - (Order ID, transaction record, amount)
This table are the needed information to be shown in the audit module.

AUDIT
Order ID
Transaction Record
Amount
PAMANTASAN NG LUNGSOD NG VALENZUELA
Poblacion II, Malinta, Valenzuela City

7. TRANSACTION
Transactions - (Transaction ID, pending information, Success Details, Order ID)
This table are the needed information to be shown in the audit module.

TRANSACTION
Transaction ID
Pending Information
Success Details
OrderID

8. RECEIPT
Receipt (checkout) - (product ID, price, quantity, total amount, Order ID)
This table are the needed information to be shown in the audit module.

RECEIPT
Product ID
Pending Information
Success Details
Order ID
PAMANTASAN NG LUNGSOD NG VALENZUELA
Poblacion II, Malinta, Valenzuela City

DATABASE NORMALIZATION

ADMIN PRODUCTION
Admin ID: integer(50) <PK> MANAGER
Admin name: Varchar(50) Manager ID: int(50) PK
Password: Varchar(50) Manager name: Varchar(50)
Full name: Varchar (50) Password: Varchar(50)
Contact Number: Int(50) Full name: Varchar(50)
Contact Number: int(50)

CUSTOMER SHOES
Customer ID: int <PK> Shoes ID: int(50) PK
Customer name:Varchar(50) Shoes Name: Varchar(50)
Password:Varchar(50) Shoes Picture: Varchar(50)
Full name:Varchar(50) Shoes Information:Varchar(100)
Contact Number:Varchar(50) Shoes Size: Varchar(50)
Shoes Color: Varchar(50)

AUDIT
Order ID: int <PK>
Transaction Record: Varchar (50)
Amount: varchar (50)

RECEIPT
Product ID TRANSACTION
Pending Information Transaction ID: int <PK>
Success Details Pending Information: Varchar (50)
Order ID Success Details: Varchar (50)
OrderID: int

Вам также может понравиться