SQL Queries on Flights and Planes Databases
VerifiedAdded on 2019/09/23
|2
|515
|428
Practical Assignment
AI Summary
This practical assignment demonstrates the use of SQL queries to analyze data from two databases: 'flights' and 'planes'. The first problem involves finding the furthest destination in the 'flights' database using a query to select the maximum distance. The second problem is more complex, requiring multiple queries. It first identifies the different engine types in the 'planes' database. Then, for each engine type, it finds the aircraft model with the maximum number of seats. The solutions provide the SQL queries used and the resulting outputs, clearly showing the steps involved in solving each problem. The assignment showcases practical SQL skills in data retrieval and analysis.
1 out of 2