Posted by: Pdfprep
Post Date: March 2, 2021
Query – status != 100:
A . Will return event where status field exist but value of that field is not 100.
B . Will return event where status field exist but value of that field is not 100 and all events where status field doesn’t exist.
C . Will get different results depending on data
Answer: A
Leave a Reply