A database table has the structure tblPhoneOrders(orderNum, custName, custPhoneNum, item Ordered, quantity). Which SQL statement could be

Question:

A database table has the structure tblPhoneOrders(orderNum, custName, custPhoneNum, item Ordered, quantity). Which SQL statement could be used to extract all attributes for orders for item AB3333?
a. SELECT * FROM tblPhoneOrders WHERE itemOrdered = "AB3333"
b. SELECT tblPhoneOrders WHERE itemOrdered = "AB3333"
c. SELECT itemOrdered FROM tblPhoneOrders WHERE = "AB3333"
d. Two of the above are correct.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: