S
Q. What will be the output of the following MySQL statement?
SELECT emp_id, fname, lname
FROM employee
WHERE LEFT (lname, 1) =’F’;
- Correct Answer - Option(A)
- Views: 12
- Filed under category MySQL
Discusssion
Login to discuss.