MySQL is an open-source relational database management system (RDBMS) used to store and manage data.
It uses SQL (Structured Query Language) to perform operations like:
• Insert data
• Update data
• Delete data
• Retrieve data
Example
A school system may store:
• Students
• Teachers
• Marks
• Classes
All this data is stored in MySQL database