What are table aliases?
Aliases can make it easier to work with table names. Using aliases is helpful when: * You want to make the statement in the SQL Pane shorter and easier to read. * You refer to the table name often in your query — such as in qualifying column names — and want to be sure you stay within a specific character-length limit for your query.