nerdexam
Oracle

1Z0-908 · Question #65

Examine this command, which executes successfully: mysqlpump --user=root --password > full_backup.sql Which two databases will be excluded from this dump? (Choose two.)

The correct answer is A. information_schema D. sys. https://mysqlserverteam.com/introducing-mysqlpump/

Backup and Recovery

Question

Examine this command, which executes successfully:

mysqlpump --user=root --password > full_backup.sql Which two databases will be excluded from this dump? (Choose two.)

Options

  • Ainformation_schema
  • Bworld
  • Cemployee
  • Dsys
  • Emysql

How the community answered

(51 responses)
  • A
    92% (47)
  • B
    4% (2)
  • C
    2% (1)
  • E
    2% (1)

Explanation

https://mysqlserverteam.com/introducing-mysqlpump/

Topics

#mysqlpump#information_schema#sys schema#excluded databases

Community Discussion

No community discussion yet for this question.

Full 1Z0-908 Practice