Answer to Question #76376 in Databases | SQL | Oracle | MS Access for J
What is CUST in the statement below?
SELECT CUST.CUSTOMERNAME
FROM CUSTOMER_T CUST
WHERE CUSTOMER_STATE = 'TX'
a column alias
a synonym
a table alias
an aggregate function
1
2018-04-25T08:56:35-0400
The correct answer: a table alias
CUST is the alias of the table «CUSTOMER_T». It is used to make SQL easier to
read.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment