View on GitHub

reading-notes

Mongo and Mongoose

Reading

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

SQL NoSQL
SQL databases are primarily called as Relational Databases (RDBMS) NoSQL database are primarily called as non-relational or distributed database
table based databases document based, key-value pairs, graph databases or wide-column stores
predefined schema dynamic schema
SQL ( structured query language ) queries are focused on collection of documents

 

complex queries

 

MySQL database

 

large data sets

 

Hbase

 

NoSQL

 

NoSQL

Videos

What does SQL stand for?

Structured Query Language

 

a type of database that stores and provides access to data points that are related to one another

 

tables

 

database schema is the structure described in a formal language supported by the database management system

 

not only SQL

 

Doesn’t stand use SQL, so it’s more flexible.

 

NoSQL

 

MongoDB, because it doesn’t only use the SQL language.

 

not compatible with SQL





301 Home
read01 Introduction to React and Components
read02 State and Props
read03 Passing Functions as Props
read04 React and Forms
read05 Putting it all together
read06 NODE.JS
read07 REST
read08 APIs
read09 FUNCTIONAL PROGRAMMING
read10 In memory storage
read11 Authentication
read12 Mongo and Mongoose
read13 CRUD
read14 Project Ideas
read15 Project Kickoff