Explain the purpose of "mysqldump" command-line interface.
Mysqldump is used by administrators or end users to export data from the server to files. Here are some sample commands supported by
mysqldump":"mysqldump
"databaseName tableName" - Dumps the specified table in the specified database.
"mysqldump databaseName" - Dumps all the tables in the specified database.