Use Table Aliases |
Use table aliases in SQL Statements. BackgroundWhenever SQL statements involve more than one table, use table aliases, and prefix all columns by them. This way the statement is parsed faster.
Example In general, use SQL statements like the following:
|