Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 119

When running a query on your logs, to find records for user Toni with machine IP of 10.0.4.210 but exclude her tablet IP of 10.0.4.76, which of the following query syntax would you use?

    Correct Answer: C

    To find records for a user named Toni with a machine IP of 10.0.4.210 but exclude her tablet IP of 10.0.4.76, you should use the syntax that correctly identifies the user 'Toni' using double quotes and combines the required conditions with 'AND' and 'NOT' operators. Option C "Toni" AND 10.0.4.210 NOT 10.0.4.76 correctly uses these operators and the correct IP addresses, making it the right choice.

Discussion
gperesOption: C

correct