+ 5

What's the difference between SQL and NoSQL?

1st Dec 2016, 11:46 PM
Thiago Santos
Thiago Santos - avatar
2 Answers
+ 4
SQL contains structured, tabular data that meets a certain specification. NoSQL tends to refer to a class of databases that contain unstructured data.
2nd Dec 2016, 5:45 PM
James Durand
James Durand - avatar
0
Think of SQL as way to get data from things that look like Excel spreadsheets. Think of NoSQL as a way to get data from a text file, video, audio, etc
22nd Dec 2016, 5:25 AM
Anthony Dellavecchia
Anthony Dellavecchia - avatar