Final-Project Report DB PDF
Final-Project Report DB PDF
PREPARED BY:
Group D
Supervised by
Dr. Lili Marziana Abdullah
DUE
13 Nov 2019
Introduction:
The team is working to develop a company or individual who plan the travel itinerary for others
and facilitate them a complete tour plan and guideline related with travel goals. Our proposed
system is named Tour and Travel reservation system. The vital goal of the developing this system
is to make a tour plan reservation easier. Also, working to minimize narrowness on existing
system such as lack of information, security of payment through online and so on. The tour and
travel reservation system will enhance the high security of personal information of register
travelers and improve customer service as well as increase customer satisfaction. In addition, the
team is working on to reduce development cost. The project development estimated cost is
RM14000 roughly and duration of development would be 6 months.
The project team is leaded by project manager and the manager will manage financial source at a
time. The other team members are involved with three different categories of system development
which are system analyst, analyst programmer, database administrator.
2. Admin register
3. Package booking
4. Payment transection
5. Package add\update.
Documentation:
1. Receipt
2. Package View
ERD
Users Bookings
User_id Create Booking_id
1..1 1..*
U_Fname No_travelers
U_Lname Check_in
U_Email Check_out
Password Cost
Street 1..* Pack_id
City User_id
State Approval
1..1 Postcode Admin_id
Country
0..*
Selected for
Admin Approved
1..* 1..1
Admin_id
A_Fname Package
A_Lname 1..1 Create 1..*
A_ Email Pack_id
Pass Pack_name
Passport Dest_to
type Dest_from
Pack_type
Pack_price
Admin_id
Make
Payment
Payment_id
Booking_id
1..* User_id
Amount
Logical Database design
Basic Queries:
Table altered.
Table altered.
1 row updated.
5.list all the packages where package price is more than 2000
Operational
1. List all the users sorted by user id
3. List all the paid payment where ammont is less than 600.
U_FNAME U_LNAME
------------------------- -------------------------
MD Raihan
Strategic
SQL> Select Pack_id from Package Minus Select Pack_id from Bookings;
PACK_I
------
2
3
6
2. Select all package name which are booked in the month of November.
PACK_NAME
-------------------------
Holiday
Holiday
Vacation Far
Island View
3. List user id and first user name who has paid greater than 500.
USER_I U_FNAME
------ -------------------------
B334 MD
4. List the admins who approved the package which price is more than 600
ADMIN_
------
131
151
View
1. Create a view of customer which is gombak.
View created.
View created.
View created.
RECORD LISTING
1. SQL> Select * from Users;
2 Holiday2 Kl Melaka
Single Day 150 121 B334
3 Vacation Go Kl Penang
2 Day 250 121 B120
6 Holiday3 Kl Perhantian
2 day 350 121 B334
6 rows selected.
4. SQL> Select * from Bookings;