top of page

Querying the Database with SQL

We took a look at SQL this week so we can learn how to query the weather database in different ways

different ways I decided to query the Database:

To see the highest temperatures: seleCmd="SELECT MIN(temperature), MAX(temperature) 

​

To see the temperature and windspeed

Slide10.JPG
Slide11.JPG

© 2035 by Urban Artist. Powered and secured by Wix

bottom of page