Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is one table that likely didn’t have it’s related records removed. Browse through the weather table looking for records with a related setName. The example below looks for records created by the Community reader.

Code Block
languagesql
SELECT * FROM weather where setname = 'Community';

...