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