Oracle
1Z0-873 · Question #90
mysqldump can be instructed to dump...
The correct answer is C. Both table structures and data. The mysqldump client program dumps table contents to files. It can dump all databases, specific databases, or specific tables.
MySQL Backup and Recovery
Question
mysqldump can be instructed to dump...
Options
- AOnly table structures
- BOnly data
- CBoth table structures and data
How the community answered
(48 responses)- A17% (8)
- B10% (5)
- C73% (35)
Explanation
The mysqldump client program dumps table contents to files. It can dump all databases, specific databases, or specific tables.
Topics
#mysqldump#table structure export#data export#backup tools
Community Discussion
No community discussion yet for this question.