What is the difference between SQL and NoSQL databases?
-
A
SQL databases use tables and schemas with ACID guarantees; NoSQL databases use flexible data models optimized for scale and specific access patterns
-
B
SQL is faster than NoSQL in all scenarios
-
C
NoSQL databases cannot store relationships between data
-
D
SQL is for small datasets; NoSQL is only for big data