Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write a query to list the first name and last name of those pilots who were hired after January 1, 2010. Sort your result

1. Write a query to list the first name and last name of those pilots who were hired after January 1, 2010. Sort your result by the ascending order of last name. Within matching last names, order by first name.

2. Write a query to list flight number, pilot number, pilot last name for all flights whose destinations are using the IN keyword.

3. Write a query to list the names and telephone numbers of the passengers who have reservations on to destination RDU.

4. Count the number of reservations t

5. Write a query to list total fair paid, first name, and last name for all passengers in descending order of last name and first name.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

d. What language(s) did they speak?

Answered: 1 week ago