Question d’entretien chez Flendzz

What is the differences between the sql and nosql?

Réponse à la question d'entretien

Utilisateur anonyme

23 sept. 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