Capgemini Interview Question

What is SQL and non-SQL?

Interview Answer

Anonymous

Jul 1, 2024

SQL databases are table-based, while NoSQL databases are document, key-value, graph, or wide-column stores. SQL databases are better for multi-row transactions, while NoSQL is better for unstructured data like documents or JSON