Question: You need to export the data in the customers table into a CSV file, with columns headers in the first row. Which clause do you add to your MySQL command?

  1. JOIN
  2. WITH HEADERS
  3. UNION
  4. WITH COLUMNS

Answer: The correct answer of the above question is Option C:UNION