Multiple choice technology databases

What clause can be used to check if a dump is valid or not along with load database statement

  1. with header

  2. with headerofdump

  3. with dumpstatus

  4. with listonly

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'with listonly' clause used with load database allows you to verify a dump's validity without actually performing the full restore. It displays the dump header information and checks for corruption, serving as a pre-restore validation step.