Q.Connect to our class Atlas cluster from the mongo shell or Compass and view the ships.shipwrecks collection. In this collection, watlev describes the water level at the shipwreck site and depth describes how far below sea level the ship rests. How many documents in the ships.shipwrecks collection match either of the following criteria: watlev equal to “always dry” or depth equal to 0.
When I Run this query — {$or: [{depth: 0}, {watlev: “always dry”}]}
- i get 2329 records.
But options given show 2331 as correct answer. May be data is updated by someone?
Regards,
Kishore