You are on page 1of 13

FINAL PROJECT

MS-ACCESS
Muhammad Sheheryar Asghar
L1S19MBAM0007
JANJUA RENT A CAR

• Name of Resource person: Muhammad Daniyal

• Designation: Director

• Organization: Janjua Rent a Car

• Address: 40-B Commercial Market, Nawab town Lahore.

• Telephone Number: 0332-4579280.

• Office Timings: 08:00 am to 08:00 pm


• Scope of the project:

This project covers the entities i-e drivers, customers,


vehicles and their major attributes.

• Exclusions:

This project will not cover the business processes other than
customer dealings.
Entities and attributes

• Driver:(D_Id,D_NAME,D_PH_NO,D_SALARY)

• Vehicle:(V_NO,V_NAME,V_RENT)

• Client:
(C_SR_NO,Cname,Booking_date,Destination,C_PHN_NO,ADV_PM
T,PAYABLE,LUMPSUM)
Data types of each attribute and keys
(DRIVER)

Field name Data type Description


D Id Text PK

D NAME Text  

D PH NO Text  

D SALARY Currency  
Data types of each attribute and keys
(VEHICLE)

Field name Data type Description

V NO Text PK

V NAME Text  

V RENT Currency  
Data types of each attribute and keys
(CLIENT)
Field name Data type Description
C SR NO Number PK
Cname Text  
Booking date Date/Time  
Destination Text  
C PHN NO Text  
ADV PMT Currency  
PAYABLE Currency  
LUMPSUM Currency  
D ID Text FK
V NO Text FK
Entity Matrix

  Driver Vehicle Client

Driver   ✓ ✓

Vehicle ✓   ✓

Client ✓ ✓  
NORMALIZED ER-D
Table Creation
Query Generation
Report View
Thank You

You might also like