What is the difference between SQL and NoSQL?



What is the difference between SQL and NoSQL?..

Answer / Manish Jhala

SQL (Structured Query Language) is a relational database management system that stores data in tables with predefined schemas, enforces data integrity, and provides ACID transactions. NoSQL databases, on the other hand, are non-relational and offer more flexible data models, such as key-value pairs, document-oriented, graph databases, or column-oriented storage. NoSQL databases often trade data consistency for scalability and performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

What mechanism does hadoop framework provides to synchronize changes made in distribution cache during runtime of the application?

1 Answers  


If a data Node is full how it's identified?

1 Answers  


What is the default block size in hdfs?

1 Answers  


What is a Combiner?

1 Answers  


What is HDFS - Hadoop Distributed File System?

1 Answers  


Is it possible to provide multiple inputs to hadoop? If yes, explain.

1 Answers  


Define streaming?

1 Answers  


What is the meaning of speculative execution in Hadoop? Why is it important?

1 Answers  


Explain the basic architecture of Hadoop?

0 Answers  


What is the purpose of RawComparator interface?

1 Answers  


What is the best hardware configuration to run Hadoop?

1 Answers  


What is safe mode in Hadoop?

1 Answers  


Categories