Which of the following includes a customer with the first name BONITA in the results? a. SELECT

Question:

Which of the following includes a customer with the first name BONITA in the results?

a. SELECT * FROM customers WHERE firstname = 'B%';

b. SELECT * FROM customers WHERE firstname LIKE '%N%';

c. SELECT * FROM customers WHERE firstname = '%N%';

d. SELECT * FROM customers WHERE firstname LIKE '_B%';

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: