1. If you were designing a Web-based system to make airline reservations and sell airline tickets,
a. Which DBMS architecture would you choose from and why?
b. Why would the other architectures not be a good choice?
2. Design a database for an airline. The database must keep track of customers and their reservations, flights and their status, seat assignments on individual flights, and the schedule and routing of future flights. Your design should include an E-R diagram, a set of relational schemas, and a list of constraints, including primary-key and foreign-key constraints.
1
a. The best architecture
The best architecture for a web design will be a Three-tier client/server architecture because:
b. Architectures That are not suitable
2 Airline Database Design
Relation shema :
Primary Keys of the Schema:
ForeignKeys of the schema:
Comments
Leave a comment