Solved

What Is the Term for the Letter S or the Letter

Question 2

Multiple Choice

What is the term for the letter S or the letter D in the following query? ​
SELECT S.SERVER_ID, S.LAST_NAME, D.DINER_ID, D.LAST_NAME
FROM SERVER S, DINER D
WHERE (S.SERVER_ID = D.SERVER_ID)


A) alias
B) operator
C) qualifier
D) set

Correct Answer:

verifed

Verified

Related Questions