Which of the following SQL statements displays a customers name in all uppercase characters? a. SELECT UPPER

Question:

Which of the following SQL statements displays a customer’s name in all uppercase characters?

a. SELECT UPPER ('firstname', 'lastname')

FROM customers;

b. SELECT UPPER (firstname, lastname)

FROM customers;

c. SELECT UPPER (lastname, ',' firstname)

FROM customers;

d. None 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: