Module 1

Relational Database & SQL

Lesson 1: Introduction to MySQL

MySQL is an open-source relational database management system (RDBMS) based on Structured Query Language (SQL).

MYSQL
SELECT * FROM users WHERE status = 'active' ORDER BY created_at DESC;