Question: If file.sql holds SQL statements to be executed, what will be in file.txt?

  1. a copy of the contents of file.sql
  2. an error indicating that this is invalid syntax
  3. the error output of the MySQL command
  4. the non-error output of the MySQL command

Answer: The correct answer of the above question is Option D:the non-error output of the MySQL command