Home »
MCQs »
TinyDB MCQs
which of the following operations returns documents matching both queries?
43. which of the following operations returns documents matching both queries?
- (query1) & (query2)
- (query1) | (query2)
- ~(query1)
Answer: A) (query1) & (query2)
Explanation:
(query1) & (query2) operations, return documents matching both queries.