निम्नलिखित में से फ़िल्टर लगाने का सही तरीका कौन सा है?
Which of the following is the correct way to apply a filter?
A
Property-value | filter
B
Property-value || filter
C
Property-value && filter
D
None of the above
Explanation
Filters can be added to expressions by using the pipe character |, followed by a filter.
Correct Answer: A) Property-value | filter