+ 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.?!

5th Jul 2019, 3:37 AM
Ginfio
Ginfio - avatar
4 Answers
+ 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.
5th Jul 2019, 3:40 AM
HNNX šŸæ
HNNX šŸæ - avatar
5th Jul 2019, 4:48 AM
Tibor Santa
Tibor Santa - avatar
+ 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.
6th Jul 2019, 7:06 AM
Š˜Š³Š¾Ń€ŃŒ Š©ŠµŠ½ŠµŠ²
Š˜Š³Š¾Ń€ŃŒ Š©ŠµŠ½ŠµŠ² - avatar
+ 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
10th Jul 2019, 5:59 AM
Jayavardhan Uppalapati
Jayavardhan Uppalapati - avatar