DIFFERENCE BETWEEN SQL AND MYSQL

SQL stands for "Structured Query Language"

means syntax of commands which we send to database .
example :"SELECT * FROM tablename" is a SQL command.


MySQL is a database program, which accepts the SQL commands and gives out the data.

Comments :

0 comments to “DIFFERENCE BETWEEN SQL AND MYSQL”

Post a Comment