View on GitHub

reading-notes

SQL vs NoSQL Database Differences Explained with few Example DB

The 5 differences SQL vs NoSQL

differences

  1. What kind of data is a good fit for an SQL database?

2.Give a real world example.

3.What kind of data is a good fit a NoSQL database?

4.Give a real world example.

5.Which type of database is best for hierarchical data storage?

6.Which type of database is best for scalability?

SQL ,NoSQL

  1. What does SQL stand for?

2.What is a realational database?

3.What type of structure does a relational database work with?

4.What is a ‘schema’?

5.What is a NoSQL database?

6.How does it work?

7.What is inside of a Mongo database?

8.Which is more flexible - SQL or MongoDB? and why.

9.What is the disadvantage of a NoSQL database?