adspace


Can I use sql in mongodb?

Answer Posted / Mohd Adil

No, you cannot directly use SQL in MongoDB. Instead, MongoDB uses a document-oriented data model and BSON (a binary-encoded JSON-like format) for storage. However, there are some similarities in syntax between MongoDB and SQL that may make the transition easier.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did mongodb get its name?

60


what is the command syntax for inserting a document?

63


How to define array in mongoose schema?

79