Write down the differences between nosql and rdbms?



Write down the differences between nosql and rdbms?..

Answer / Sukhdarshan Singh

{"RDBMS (Relational Database Management System)": [n "Based on structured query language (SQL) for data manipulation.",n "Uses a table-based data structure with rows and columns, where each row represents a record and each column represents an attribute.",n "Data integrity is ensured through ACID properties (Atomicity, Consistency, Isolation, Durability).",n "Scalability can be achieved through vertical scaling or replication.",n "Supports complex queries and joins for data relationships."n],n"NoSQL": [n "Does not use a table-based data structure; instead, it uses document, key-value, graph, or column-family database structures.",n "Flexible schema design, allowing for easy adaptation to changing data sets and requirements.",n "Data integrity may be sacrificed in favor of scalability and performance.",n "Scalability can be achieved through horizontal scaling (sharding).",n "Supports unstructured and semi-structured data.",n "Does not always support complex queries or joins, but offers various APIs for different use cases."]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is management system in dbms?

1 Answers  


Define truncate and delete commands?

1 Answers  


What does a database contain?

1 Answers  


How to extract metadata for the entire database?

1 Answers  


What is a database in a website?

1 Answers  


What is the maximum size of an access database?

1 Answers  


Explain dml (data manipulation language)?

1 Answers  


How to schedule ssas database backup

1 Answers  


How to handle data if f table are more than one and each table contain thousands of entries?

1 Answers   QuickLogic,


What is sql and where is it used?

1 Answers  


What is openedge workgroup rdbms?

1 Answers  


What is db context?

1 Answers  


Categories