SQL (Structured Query Language) is used to manage and query data in databases. MySQL is one of the most popular database systems in the world.
What Can SQL Do?
- Create, read, update, and delete data (CRUD)
- Create and modify database tables
- Join data from multiple tables
- Filter and sort data
- Aggregate data (count, sum, average)