Pregunta de entrevista de Flendzz

What is the differences between the sql and nosql?

Respuesta de la entrevista

Anónimo

23 sep 2024

SQL: Uses a structured schema with tables, rows, and columns. Each table has a predefined schema. NoSQL: Uses a flexible schema. Data can be stored in various formats such as document-oriented, key-value pairs, wide-column stores, or graph structures1