Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBcomparison operators $gt $inSingle-choice MCQ

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" } })