Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (9k points)
What is the difference between SQL and NoSQL?

1 Answer

0 votes
by (45.3k points)

SQL and NoSQL are extremely different from each other. On one hand, the SQL database is a relational database, has structured data stored in its tables, has predefined schemas and is vertically scalable. NoSQL, on the other hand, is a non-relational database, has unstructured data that are stored in JSON files, uses dynamic schema, and is horizontally scalable.

To know more about SQL and the difference between SQL and NoSQL, you should read SQL Tutorial.

You should also, watch this video on SQL Basics to understand more about SQL:

Related questions

0 votes
1 answer
asked Jan 6, 2020 in SQL by anmolj (9k points)
0 votes
1 answer
asked Jan 6, 2020 in SQL by anmolj (9k points)
0 votes
1 answer
0 votes
1 answer
asked Oct 20, 2020 in SQL by dev_sk2311 (45k points)
0 votes
1 answer
asked Oct 19, 2020 in SQL by dev_sk2311 (45k points)

Browse Categories

...