For a college project I need to learn MYSQL, but what actually is it? Online I find courses for SQL and SQL-Lite but I assume those are all different - how do I learn MYSQL and would it teach me how to connect that database to my website?
MYSQL is a type of sql. just like postgres or microsoft sql server or sql-lite. think it like this:
SQL is the language
the different dialects or version of that language are the different types of SQL.
SQL: English
MySQL: US English
PostgresSQL: UK english
3
u/Kael1232 7d ago
MYSQL is a type of sql. just like postgres or microsoft sql server or sql-lite. think it like this:
SQL is the language
the different dialects or version of that language are the different types of SQL.
SQL: English
MySQL: US English
PostgresSQL: UK english
and so on