Skip to content
Homepage
/
we want to find all the books where the name of the author is Alex. db.books.find({author : "Alex"}) Here in this query
Tag: we want to find all the books where the name of the author is Alex. db.books.find({author : “Alex”}) Here in this query