mysql

What is MySQL and used ?

Spread the love

What is MySQL – MySQL is an open source relational database management system (RDBMS). SQL stands for Structured Query Language.

SQL is used to communicate with a database table.

MyISAM is the default database engine used in MySQL. There are five types of tables used in MySQL Database –

What is MySQL
What is MySQL

MySQL Query Example –

SELECT * FROM tableName;

What is MySQL

Read more…

Click here…

Leave a Reply

Your email address will not be published. Required fields are marked *