reading-notes

Class 11

Back to home page

nosql vs sql

Q. Fill in the chart below with five differences between SQL and NoSQL databases:

SQL NoSQL
structured data unstructured data
specific tables of data massive amounts of data
has a schema no schema
not flexible, but precise flexible, but duplication can occure

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

Q. Give a real world example.

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

Q. Give a real world example.

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

Q. Which type of database is best for scalability?

nosql vs sql video

Q. What does SQL stand for?

Q. What is a relational database?

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

Q. What is a ‘schema’?

Q. What is a NoSQL database?

Q. How does it work?

Q. What is inside of a MongoDB database?

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

Q. What is the disadvantage of a NoSQL database?

Bookmark

Things I want to learn more about

Are there any other ways to structure a SQL database other than the table method?