Top "Table-alias" questions

When is it required to give a table name an alias in SQL?

I noticed when doing a query with multiple JOINs that my query didn't work unless I gave one of the …

sql join alias table-alias