+ 2
Are sql and MySQL different?
I hear people say MySQL, I was wondering if it's the same thing as SQL - or if it's a different language | thing.?!
4 ответов
+ 3
sql is shorthand for structured query language or sequel in some cases.
SQL is a language.
MySQL is a client where you use sql commands.
+ 2
😱
I thank that:
Before asking questions of this kind, you must first read the information on the Internet and only then asking. This is a easy question for searching in web.
+ 1
SQL is query language to access relational database,MySQL is a database management system, there are a lot of RDBMS like PostgreSQL, Microsoft SQL etc