Dell-EMC
E10-110 · Question #158
A user wants to write a DQL query that can be run on a daily basis to determine which documents were modified since the start of the previous day. How should the following query be completed to…
The correct answer is A. where r_modify_date>= date(yesterday). See the full explanation below for the reasoning.
Question
A user wants to write a DQL query that can be run on a daily basis to determine which documents were modified since the start of the previous day. How should the following query be completed to achieve this result? selectobject_name from dm_document _____
Options
- Awhere r_modify_date>= date(yesterday)
- Bwhere r_modify_date>date(yesterday)
- Cwhere r_change_date>date(yesterday)
- Dwhere r_change_date>= date(yesterday)
How the community answered
(30 responses)- A73% (22)
- B3% (1)
- C7% (2)
- D17% (5)
Community Discussion
No community discussion yet for this question.