SQL

SQL (the Structured Query Language) is a language that we can use to create, add to, select, modify, and delete information in connection with a database. By learning how to use SQL we can create a so-called “backend” for our websites, allowing us to store persistent user data (sort of like the notion of a FILE* in C) that we can access when necessary to improve the user experience on a page.