Q. What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE %t%f%n%;
SELECT *
FROM employee
WHERE lname LIKE %t%f%n%;
β
Correct Answer: (D)
All of the mentioned