What are the difference between sql and mongodb? Explain
Answer Posted / Akhilesh Singh
SQL (Structured Query Language) is a relational database management system, while MongoDB is a NoSQL database. SQL uses tables with rows and columns, while MongoDB stores data in flexible JSON-like documents called BSON. SQL is more schema-focused, while MongoDB has dynamic schemas that can evolve as the data changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers