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

auto

parent d96f78bc
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ select 0; ...@@ -79,7 +79,7 @@ select 0;
### by the total number of flights that depart that airport. So the airport with the maximum number ### by the total number of flights that depart that airport. So the airport with the maximum number
### of flights departing gets rank 1, and so on. If two airports tie, then they should ### of flights departing gets rank 1, and so on. If two airports tie, then they should
### both get the same rank, and the next rank should be skipped. ### both get the same rank, and the next rank should be skipped.
### Order the output in the increasing order by rank. ### Order the output in increasing order by rank, and then airport ID.
queries[10] = """ queries[10] = """
select 0; 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