Deakin University SIT103: RowHill Airport Management System Database
VerifiedAdded on 2022/11/18
|15
|1038
|412
Practical Assignment
AI Summary
This assignment solution addresses the design and implementation of a database for the RowHill Airport Management System. It begins by identifying key business rules governing the airport's operations, such as airplane models, employee roles, and test information. An Entity-Relationship (ER) diagram is then presented using Crow's Foot notation, visually representing the database's structure and relationships between entities like technicians, airplanes, and tests. The solution further develops relational schemas, defining the tables and their attributes, including primary and foreign keys. Subsequently, the solution details the creation of tables within a Deakin Oracle DBMS, including sample data population for each table, demonstrating the practical application of SQL commands. Queries are provided to demonstrate database querying and manipulation, including examples of table alterations and data retrieval. The assignment covers topics such as database design, SQL implementation, ER diagrams, and relational schemas, providing a comprehensive guide for students. The assignment also includes quiz questions and their solutions, testing the understanding of the database concepts. The final part of the assignment provides a complex SQL query to retrieve specific information from multiple tables based on certain conditions.
1 out of 15