Guest User

Untitled

a guest
Sep 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. select trip_id, duration from trips where duration > 500 order by duration desc;
  2. select * from stations where station_id = 84;
  3. select min(weather.mintemperaturef) as min_temp from weather where zip = 94301;
Add Comment
Please, Sign In to add comment