43.
What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE ‘F%’ OR lname LIKE ‘%T’;

50.
Which among the following is the correct syntax for modifying the definition of an existing table?