+ 4
what is difference between SQL and MYSQL
12 Respostas
+ 13
As the previous fellows commented:
SQL is a language (Structured Query Language)
MySQL is a product, a software RDBMS product
(which supports the SQL language)
like MS SQL Server, Oracle DB, etc
.
But sometimes and for simplicity
some people call the Microsoft SQL Server simply: SQL
.
I don't agree with that simplicity
because brings lot of confusion.
.
So ... lets rephrase the question with two alternatives:
.
1) What is the difference between SQL and MySQL?
SQL is a language and MySQL is a product
.
2) What is the difference between SQL Server and MYSQL?
These are two distinct, different and competitive products
You could find interesting documentation
if you just google "SQL Server vs MySQL"
.
Hope it helped ... !!!
Cheers ... :)
.
+ 5
Mysql is product and SQL is a language. And FYI, MySQL syntax is PL/SQL.
Basically SQL language has two variants as PLSQL and TSQL..
+ 3
Mysql is a database management system and sql is a language, you can also use sql in mysql
+ 2
i think SQL is a query language.. MySQL is database apps that using SQL language..
+ 1
MySQL is a program that undersoods sql
+ 1
SQL is Structured Query Language and MySql is a software that understand SQL.
thats why we used mysql to communicate with database using Structured Query Language(SQL) .
+ 1
sql is language and mysql is database application
0
sorry bro I don't know anything about it.....
0
Halo
0
Sql is the language
Mysql is the database management system
0
right sir
- 1
sql is in a rdbms and MySQL in dbms