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%';
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here