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.
example :"SELECT * FROM tablename" is a SQL command.
MySQL is a database program, which accepts the SQL commands and gives out the data.
Comments :
Post a Comment