JacksonLark
commited on
Commit
•
caf9ac3
1
Parent(s):
dd58119
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ widget:
|
|
12 |
example_title: 'count'
|
13 |
- text: 'Given the following schema:\nmountain (Mountain_ID, Name, Height, Prominence, Range, Country)\nclimber (Climber_ID, Name, Country, Time, Points, Mountain_ID)\nWrite a SQL query to list the countries that have more than one mountain.'
|
14 |
example_title: 'having'
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# How to Use
|
|
|
12 |
example_title: 'count'
|
13 |
- text: 'Given the following schema:\nmountain (Mountain_ID, Name, Height, Prominence, Range, Country)\nclimber (Climber_ID, Name, Country, Time, Points, Mountain_ID)\nWrite a SQL query to list the countries that have more than one mountain.'
|
14 |
example_title: 'having'
|
15 |
+
- text: 'Given the following schema:\nairports (apid, name, city, country, x, y, elevation, iata, icao)\nroutes (rid, dst_apid, dst_ap, src_apid, src_ap, alid, airline, codeshare)\nairlines (alid, name, iata, icao, callsign, country, active)\nWrite a SQL query to find the number of routes for each source airport and the airport name.'
|
16 |
+
example_title: 'join'
|
17 |
---
|
18 |
|
19 |
# How to Use
|