MySQL
python & MySQL
Last updated
python & MySQL
Last updated
MySQL is one of the most commonly used databases.
MySQL is a relational database, which means that MySQL is a data table, just like a data table in excel, MySQL is a lot of grids. This also determines that MySQL cannot effectively accommodate the Sparse data table, because the blank grid will cause a lot of space waste.
At present, the amount of data used by enterprises is increasing, so relational databases are not as useful as in 2010. At present, most technology giants are using non-relational databases.
But MySQL and sql statements are still very important.
In this chapter, I will introduce how to install sql database and use MySQL database in python.
Start time of this page: January 4, 2021
Completion time of this page: January 10, 2021