Which of the following SQL statements is not valid? a. SELECT TO_CHAR (orderdate, '99/9999') FROM orders; b.

Question:

Which of the following SQL statements is not valid?

a. SELECT TO_CHAR (orderdate, '99/9999')

FROM orders;

b. SELECT INITCAP (firstname), UPPER (lastname)

FROM customers;

c. SELECT cost, retail,

TO_CHAR(retail-cost, '$999.99') profit

FROM books;

d. All of the above

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: