Solved

​ Structure of the ORDERS Table

Question 73

Multiple Choice

  ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -Which of the following SQL statements will list the name of each customer stored in the customers table,and,if the customer has placed an order that is contained in the ORDERS table,the order# of any order each customer has placed?​ A)  SELECT lastname,firstname,order# FROM orders RIGHT OUTER JOIN customers USING (customer#) ; B)  SELECT lastname,firstname,order# FROM orders LEFT OUTER JOIN customers USING (customer#) ; C)  SELECT lastname,firstname,order# FROM orders FULL OUTER JOIN customers USING (customer#) ; D)  ​both a and c
Structure of the ORDERS table
  ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -Which of the following SQL statements will list the name of each customer stored in the customers table,and,if the customer has placed an order that is contained in the ORDERS table,the order# of any order each customer has placed?​ A)  SELECT lastname,firstname,order# FROM orders RIGHT OUTER JOIN customers USING (customer#) ; B)  SELECT lastname,firstname,order# FROM orders LEFT OUTER JOIN customers USING (customer#) ; C)  SELECT lastname,firstname,order# FROM orders FULL OUTER JOIN customers USING (customer#) ; D)  ​both a and c Structure of the CUSTOMERS table

-Which of the following SQL statements will list the name of each customer stored in the customers table,and,if the customer has placed an order that is contained in the ORDERS table,the order# of any order each customer has placed?​


A) SELECT lastname,firstname,order#
FROM orders RIGHT OUTER JOIN customers
USING (customer#) ;
B) SELECT lastname,firstname,order#
FROM orders LEFT OUTER JOIN customers
USING (customer#) ;
C) SELECT lastname,firstname,order#
FROM orders FULL OUTER JOIN customers
USING (customer#) ;
D) ​both a and c

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents