Solved

​ Structure of the ORDERS Table

Question 71

Multiple Choice

  ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003? A)  SELECT lastname,firstname FROM customers WHERE orderdate = '12-APR-03'; B)  SELECT lastname,firstname FROM customers NATURAL JOIN orders WHERE orderdate = '12-APR-03'; C)  SELECT lastname,firstname FROM customers JOIN orders ON (customer#)  WHERE orderdate = '12-APR-03'; D)  ​both a and b
Structure of the ORDERS table
  ​ Structure of the ORDERS table    Structure of the CUSTOMERS table ​ -​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003? A)  SELECT lastname,firstname FROM customers WHERE orderdate = '12-APR-03'; B)  SELECT lastname,firstname FROM customers NATURAL JOIN orders WHERE orderdate = '12-APR-03'; C)  SELECT lastname,firstname FROM customers JOIN orders ON (customer#)  WHERE orderdate = '12-APR-03'; D)  ​both a and b Structure of the CUSTOMERS table

-​Which of the following SQL statements will return the names of all customers who placed an order on April 12,2003?


A) SELECT lastname,firstname
FROM customers
WHERE orderdate = '12-APR-03';
B) SELECT lastname,firstname
FROM customers NATURAL JOIN orders
WHERE orderdate = '12-APR-03';
C) SELECT lastname,firstname
FROM customers JOIN orders ON (customer#)
WHERE orderdate = '12-APR-03';
D) ​both a and b

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