A
Q. What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE ‘F%’ OR lname LIKE ‘%T’;
- Correct Answer - Option(C)
- Views: 3
- Filed under category MySQL
- Hashtags:
Discusssion
Login to discuss.