+ 2
SQL and MYSQL
what is the differnce betweem sql and mysql?
4 Respuestas
+ 18
sql is structured query language which is used by RDBMS(relational database management system) like MySQL to manage data in form of relation (tables) .
sql refers to set of commands which are recognised by RDBMS like MySQL .
//hope it helps☺
+ 3
SQL is a programming language used to conduct a query in a database.
MySQL is a rdbms just like our MS Access that works on the MySQL server.
+ 3
yes all use the same language i.e. SQL to conduct query
0
alin msaccess sql server and mysql iracle have same commands?