To export a MySQL table to a CSV file with column headers, you use what keyword? code example Example: export mysql table to file mysqldump db_name tbl_name;