Code Fellows Reading Notes

311

SQL vs NoSQL

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

SQL NoSQL
Relational Distributed
Tables Documents
Predefined Schema Dynamic Schema
Vertically Scalable Horizontally Scalable

SQL vs NoSQL (Video)