What is MySQL
MySQL is a database. The data in MySQL database is stored in tables. And the tables have records and fields. A database can be illustrated with the following schematic diagram:

Note that:
- a database has one or more tables, and
- each table has a unique name.
