Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

airline system

771716May 7 2010 — edited May 9 2010
hi guys ,,,

After greeting,,

I'm Ali new student in Oracle developer. I want to design airline reservation system by SQL*. Any Advice plz. I have already designed those table. if there is any comment plz correct me.

agent table
agent id (PK)
agent name
location(Aseeb, Ruwi)


ticket table
t_no
P_ID (FK)
agent id (FK)
F_no (FK)
seat no



Flight table
F_no (PK)
dep_city
arr_city
dep_time
arr_time
airport (FK)



passenger table
P_ID (PK)
F_name
S_name
L_name
DOB
Nationality
id type



airport table
airport_code (PK)
airport name
county
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2010
Added on May 7 2010
15 comments
1,861 views