nerdexam
Oracle

1Z0-873 · Question #72

mysqldump can be instructed to include commands to drop and recreate tables before trying to create or load data.

The correct answer is A. True. --add-drop-table Instructs mysqldump to precede the dump output for each table with a DROP TABLE statement that drops the table. This option ensures that when you reload the dump output, the reload operation removes any existing copy of the table before re-creating it.

Backup and Recovery

Question

mysqldump can be instructed to include commands to drop and recreate tables before trying to create or load data.

Options

  • ATrue
  • BFalse

How the community answered

(20 responses)
  • A
    75% (15)
  • B
    25% (5)

Explanation

--add-drop-table Instructs mysqldump to precede the dump output for each table with a DROP TABLE statement that drops the table. This option ensures that when you reload the dump output, the reload operation removes any existing copy of the table before re-creating it.

Topics

#mysqldump#--add-drop-table#backup options

Community Discussion

No community discussion yet for this question.

Full 1Z0-873 Practice