reading-notes

Class Notes

Title

SQL vs NoSQL1

  1. SQL is relationational, while noSQL is non-relational
  2. SQL is table-based, while noSQL is document-based using key0value pairs, graph data-base or wide-column stores
  3. SQL has pre-defined schema, and NoSQL is more dynamic
  4. SQL is more standardized than noSQL, in the case of complex querying
  5. SQL however, is not good for hierarchical data storage, noSQL is better for hierachical data style like JSON

Video2

Back to main page

References

  1. https://www.thegeekstuff.com/2014/01/sql-vs-nosql-db/?utm_source=tuicool 

  2. https://www.youtube.com/watch?v=ZS_kXvOeQ5Y