Can I use sql in mongodb?



Can I use sql in mongodb?..

Answer / 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

More MongoDB Interview Questions

How can you see the connection used by mongos?

1 Answers  


Mention how you can inspect the source code of a function?

1 Answers  


How do I open a mongodb file on a mac?

1 Answers  


Mention what is objecld composed of?

1 Answers  


How much is mongodb enterprise cost?

1 Answers  


How to retrieve data from multiple collections in mongodb?

1 Answers  


What is a master or primary?

1 Answers  


What kind of database is mongodb?

1 Answers  


Whether use to safe backup log feature in mongodb?

1 Answers  


Where is the mongodb database?

1 Answers  


Is it possible to configure the cache size for mmapv1 in mongodb?

1 Answers  


Which is the best mongodb gui?

1 Answers  


Categories