gvwilson / sql-tutorial

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

feat: explain aliases can be used for tables #9

Closed gvwilson closed 8 months ago

gvwilson commented 8 months ago

You can use aliases for tables, too, not only for columns (there are a lot of examples on the internet that use aliases for long table names, and it is good to know this to understand code written by others).

— @yabellini