Skip to content
Snippets Groups Projects
Commit 042f8056 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 4f468410
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@ queries[5] = """
select 0;
"""
### 6. Write a query to find all the empty flights (if any); recall that all the flights listed
### in the flights table are daily, and that flewon contains information for a period of 10
### days from Jan 1 to Jan 10, 2010. For each such flight, list the flightid and the date.
### Order by flight id in increasing order, and then by date in increasing order.
### 6. Write a query to find empty flights (flight, flight date) on any date
### which someone flew. Assume that if anyone flew on a given date, all
### flights took off as scheduled, with or without passengers. Order by flight
### id in increasing order, and then by date in increasing order.
queries[6] = """
select 0;
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment