What are difference between sql server and nosql database?
Answer Posted / Krishana Chaudhary
SQL Server is a relational database management system (RDBMS), while MongoDB is a NoSQL database. Key differences include the data model (tabular vs. document-oriented), schema flexibility, querying capabilities (SQL vs. JSON query language like MongoDB's), and scalability approaches (horizontal scaling in NoSQL databases compared to vertical scaling in RDBMSes).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers