MySQL database is a data table, similar to excel, in which all are cells, but MySQL database has many places that excel cannot match. For example, the data capacity of MySQL is TB level, but excel cannot open files exceeding GB.
The highest-level data structure in MySQL is the database. There are many data tables in the database, and there are many records in each data table. Records are the lowest-level data structure in MySQL.