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



bottom of page