reading-notes

SQL NoSQL

SQL NOSQL  
primarily called relational non relational  
table based document based L
predefined schema dynamic schema  
vertically scalabel horizontally scalable  
  1. What kind of data is a good fit for an SQL database? Give a real world example. probably a database of cars that are more complex

  2. What kind of data is a good fit a NoSQL database? Give a real world example. something that is not too complex like a menu at a small burger chain

  3. Which type of database is best for hierarchical data storage? no sql

  4. Which type of database is best for scalability? sql