Chapter 7
SQL
SQL (Structured Query Language) is a standard language for storing, manipulating and retrieving data in relational databases.
- A relational database is a database that organizes information into one or more tables.
- A table is a collection of data organized into rows and columns.
Discover SQL statements, function and more in this chapter.
Resources:
- Codeacademy
- W3Schools