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?
- JOIN
- WITH HEADERS
- UNION
- WITH COLUMNS
Answer: The correct answer of the above question is Option C:UNION