First of all, MongoDB is a NoSQL database. It doesn't use any form of fancy query language to store, retrieve or manipulate data. MongoDb organizes data with BSON (binary JSON) which creates a kind of natural flow with Node (I think). Node developers can relate more to BSON than with SQL. But you should also know that you can use any database engine of your choice, but MongoDB feels more natural when working with Node.