How should the following query be completed to achieve this result?

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 _____
A. where r_modify_date>= date(yesterday)
B. where r_modify_date>date(yesterday)
C. where r_change_date>date(yesterday)
D. where r_change_date>= date(yesterday)

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.