SQL stands for Structured Query Language, which is what the syntax of commands you send to a database is called. For instance, "SELECT * FROM tablename" is a SQL command.
MySQL is a database program, which accepts the SQL commands and gives out the data.





Reply With Quote


