|
33 | 33 | # SQL/NoSQL Learning Resources
|
34 | 34 |
|
35 | 35 | ## SQL Learning Resources
|
| 36 | +[Back to the Top](https://github.com/mikeroyal/SQL-NoSQL-Guide#table-of-contents) |
36 | 37 |
|
37 | 38 | [SQL](https://en.wikipedia.org/wiki/SQL) is a standard language for storing, manipulating and retrieving data in relational databases.
|
38 | 39 |
|
|
111 | 112 |
|
112 | 113 |
|
113 | 114 | ## NoSQL Learning Resources
|
| 115 | +[Back to the Top](https://github.com/mikeroyal/SQL-NoSQL-Guide#table-of-contents) |
114 | 116 |
|
115 | 117 | [NoSQL](https://www.ibm.com/cloud/blog/sql-vs-nosql) is a database that is interchangeably referred to as "nonrelational, or "non-SQL" to highlight that the database can handle huge volumes of rapidly changing, unstructured data in different ways than a relational (SQL-based) database with rows and tables.
|
116 | 118 |
|
|
0 commit comments