Dell-EMC
E20-465 · Question #166
Your repository dump has just completed. <DUMP_RECORD_OBJECT_ID> is the object id of your dm_dump_record. Which DQL statement would you run to determine how many repository objects were copied into…
The correct answer is A. select count(*) from dmi_dump_object_record where dump_object =. See the full explanation below for the reasoning.
Question
Your repository dump has just completed. <DUMP_RECORD_OBJECT_ID> is the object id of your dm_dump_record. Which DQL statement would you run to determine how many repository objects were copied into your dump file?
Options
- Aselect count(*) from dmi_dump_object_record where dump_object =
- Bselect count(*) from dm_sysobject where r_object_id in (select <DUMP_OBJECT_RECORD_ID>
- Cselect count(*) from dm_dump_record where dump_object = '<DUMP_OBJECT_RECORD_ID>'
- Dselect count(*) from dmr_content where r_object_id = '<DUMP_OBJECT_RECORD_ID>'
How the community answered
(31 responses)- A71% (22)
- B3% (1)
- C16% (5)
- D10% (3)
Community Discussion
No community discussion yet for this question.