+ 5
What's the difference between SQL and NoSQL?
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.
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



