What is the difference between SQL and NoSQL databases in terms of schema?
-
A
SQL is schemaless; NoSQL requires a fixed schema
-
B
SQL enforces a fixed schema; NoSQL typically allows flexible or schemaless storage
-
C
Both require predefined schemas enforced at the application layer
-
D
NoSQL enforces stricter schemas than SQL