What is MySQL?
MySQL is an open-source relational database management system (RDBMS). It is the most popular database system used with PHP. MySQL is developed, distributed, and supported by Oracle Corporation.- The data in a MySQL database are stored in tables that consist of columns and rows.
- MySQL is a database system that runs on a server.
- MySQL is ideal for both small and large applications.
- MySQL is a very fast, reliable, and easy-to-use database system. It uses standard SQL
- MySQL compiles on a number of platforms.
What is Database?
Two types of Database:
How does RDBMS Work?
Comments
Post a Comment