Field grade is stored as a string in every document. What does this query return given values "A", "B", "C"?db.students.find({ grade: { $gt: "B" } })