Which of the following SELECT statements returns all fields in the ORDERS table? a. SELECT customer#, order#,

Question:

Which of the following SELECT statements returns all fields in the ORDERS table?

a. SELECT customer#, order#, orderdate, shipped, address FROM orders;

b. SELECT * FROM orders;

c. SELECT ? FROM orders;

d. SELECT ALL FROM orders;

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

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: