What's MySQL | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What's MySQL

I'm new in programming and I can't understand what's the difference between SQL and MySQL

23rd Jan 2021, 1:24 AM
Emily John
Emily John - avatar
1 Antwort
+ 4
SQL :- Structured Query Language. It is declarative computer language aimed at querying relational databases. MySQL :- is a relational database - a piece of software optimized for data storage and retrieval. There are many such databases - Oracle, Microsoft SQL Server, SQLite and many others are examples of such.
23rd Jan 2021, 1:50 AM
Jamal Saied
Jamal Saied - avatar