4.
What will be the output of the following MySQL command?
SELECT fname
FROM person
WHERE emp_id != 6 OR emp_id IS  NULL;

9.
What will happen if the data being loaded into a text column exceeds the maximum size of that type?