Using find in mongo shell

db.moviesDetails.find({“mpaaRating”:“PG-13”}).pretty()
this command is not working in mongo shell but also not showing any error.

Is the field name correct? does it exist in the given collections

Before running the query please select the proper database “use video”, so it will try to fetch the collection information inside the “video” database