Multiple Choice
Which of the following is an example of assigning "o" as a table alias for the ORDERS table in the FROM clause?
A) FROM o orders, c customers
B) FROM o.orders,
C) FROM orders o, customers c
D) customers
E) FROM orders.o, customers.c
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: An outer join operator can be included
Q42: A self-join can only be specified in
Q48: _ operators are used to combine the
Q59: If you are joining four tables in
Q70: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1928/.jpg" alt=" Structure of
Q79: Which of the following keywords is used
Q102: The UNION set operator will not suppress
Q107: A table alias can have a maximum
Q115: A join based upon a column from
Q116: The outer join operator can only be