gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
419 stars 35 forks source link

Clarify table names #44

Closed zkdan closed 5 months ago

zkdan commented 5 months ago

In the Limiting Output section, we start using the penguins table instead of the little_penguins table.

I eventually understood that there was a second table in the database that we were using, but renaming them something likepenguin_subset and penguins or little_penguins and all_penguins might make it clearer that these are two separate tables and not an accidental failure to include little_ in the table name.

This issue may be obviated when the tutorial is all debugged.