&__Course: Database *(SQL)* Please excute the given SQL script (https://drive.google.com/file/d/1zxe_aOhERjVCL54_zbgSLkFTRHYQhOPW/view?usp=sharing)  for accessing the data. The data is described in the following relation schemas: Airport (airportID, name, city) Passenger (ticketNo, name, nationality, flightNo, seatNo

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 4HOA: Attempt to view the structure of the HOMEWORK13 view.
icon
Related questions
Question

Db&__Course: Database *(SQL)*

Please excute the given SQL script (https://drive.google.com/file/d/1zxe_aOhERjVCL54_zbgSLkFTRHYQhOPW/view?usp=sharing)  for accessing the data.

The data is described in the following relation schemas:

Airport (airportID, name, city)

Passenger (ticketNo, name, nationality, flightNo, seatNo)
FK: flightNo references Flight (flightNo)
FK: seatNo references Seat (seatNo)

Flight (flightNo, flightCompany, departAirport, arrivalAirport)
FK: departAirport references Airport (airportID)
FK: arrivalAirport references Airport (airportID)

Seat (seatNo, flightNo, class)
FK: flightNo references Flight (flightNo)

#Construct the SQL statements based on following transactions:
1. Retrieve all rows in Airport table for all the airports in London city.
2. Retrieve all British and German passengers.
3. Retrieve all names of all the passengers... 

 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning