> For the complete documentation index, see [llms.txt](https://simon-6.gitbook.io/simoncyber/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simon-6.gitbook.io/simoncyber/what-is-info-technology/what-is-sql.md).

# What is SQL?

### Context

To preface this, the reason I'm learning MySQL is to apply to my work at IT. Also I believe generally, it's good to know how databases/servers work, especially if I'm going to configure a SQL server for SPSS licenses. Despite me mainly being a cyber guy, learning SQL has always been a little side language I've wanted to learn.&#x20;

The purpose of this page is to explain and my learning of SQL, almost like taking notes. This page won't include the final project. That'll be in the upper left drop down menu.

***

### MySQL

MySQL is an open-source, relational database management system (RDBMS) that uses Structured Query Language (SQL) to manage and manipulate data. It is one of the most popular database systems used in web applications, known for its speed, reliability, and ease of use. MySQL is commonly used in conjunction with programming languages such as PHP, Java, and Python to build dynamic websites and applications. Like a spreadsheet, MySQL stores data in a table, consisting of relationships.&#x20;

<figure><img src="/files/WzuI5Pl3eTNbIxI5TkZ0" alt=""><figcaption></figcaption></figure>
