When we say query or command as Operation in mongodb:
Query: query operation basically means it doesn't change anything in DB. Just fetch the data without changing anything in DB
Command: Command is something where queries will have insert, update or delete.