Sql and MySQL. It's the same? And what is SQLi? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Sql and MySQL. It's the same? And what is SQLi?

i'm not sure but i think a sql is a language and MySQL its a application to easier work. It's true?

26th Jul 2017, 10:51 AM
Patryk Wójcik
Patryk Wójcik - avatar
3 Answers
+ 2
SQL is the language of Databases and MySQL is Just a provider. There are different Providers using SQL Like MySQL and SQLite
26th Jul 2017, 11:12 AM
ILurch
ILurch - avatar
+ 2
SQLI is (Structured Query Language Injection) It is a website vulnerability that enables the attacker to view, delete, and modify the database.
21st Jan 2018, 10:43 PM
James Schleppegrell
James Schleppegrell - avatar
+ 1
SQL - Structured Query Language is a standard language for accessing and manipulating databases. MySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is a RDMS (Relational Database Management System).
26th Jul 2017, 3:38 PM
Bode Nathaniel
Bode Nathaniel - avatar