✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Billy wrote the following query but forgot to document it. What does the following query do?
db.climate.aggregate ([{"$unwind": "$Fire"}, {"$sort":{"Fire.Surface Temp(C)":-1}}, {"$limit": 3}, {"$project":{"Fire.Surface Temp(C)":1}}])