93.
For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?

98.
What will be the output of of the following SQL statement?
SELECT person_id, Fname, lname
FROM person;