Question

In the SQL statement:
SELECT S1.CustName, S1.SalesRepNo FROM SALES S1;
the "S1" is called an alias.

Answer

This answer is hidden. It contains 4 characters.