+ 1
Difference between SQL and mySQL?
In earlier section of this session, it was said that *MySQL understands SQL*. I've always wanted asking that what's the difference between them? I always thought of them as independent querying and languages used based on preference. But with what was mentioned now, it's made to sound like MySQL is a child language to SQL.
1 Answer
+ 6
SQL is a langage to query a database. you can find derived language as T-SQL or PL-SQL
MYSQL is a database software like SQL server, Oracle, postgres and so on, but with not the same capacity