MoL Chapter 8

From SQLZoo
Jump to navigation Jump to search
List all details from the weather table for stornoway for 1887 so that you can see the NULL value
SELECT *
  FROM weather
 WHERE station='stornoway' AND yr=1883
SELECT *
  FROM weather
 WHERE station='stornoway' AND yr=1883
DataWars, Data Science Practice Projects - LogoDataWars: Practice Data Science/Analysis with +100 Real Life Projects