Which of the following doesnt return a customer with the last name THOMPSON in the query results?

Question:

Which of the following doesn’t return a customer with the last name THOMPSON in the query results?
a. SELECT lastname FROM customers WHERE lastname = "THOMPSON";
b. SELECT * FROM customers;
c. SELECT lastname FROM customers WHERE lastname > 'R';
d. SELECT * FROM customers WHERE lastname < 'V';

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: