Introduction to MYSQL
What is MYSql?
MySQL is a very popular open-source relational database management system (RDBMS)based on Structured Query Language (SQL).
- MySQL is a relational database management system(RDBMS)
- MySQL is an open-source
- MySQL is ideal for both small and large applications
- MySQL is very fast, reliable, scalable, and easy to use
- MySQL uses a standard form of the well-known SQL data language.
- MySQL works on many operating systems and with many languages including PHP,JAVA,PYTHON, etc.
- MySQL works very quickly and works well even with large data sets.