which of the following operations returns documents matching both queries?

43. which of the following operations returns documents matching both queries?

  1. (query1) & (query2)
  2. (query1) | (query2)
  3. ~(query1)

Answer: A) (query1) & (query2)

Explanation:

(query1) & (query2) operations, return documents matching both queries.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.