T
T
Theory Theory2020-06-29 07:10:39
MySQL
Theory Theory, 2020-06-29 07:10:39

Where to learn sql and mysql?

The tutorial gives examples of select delete etc.
Do I need to go deeper at all?
If I work with the database with mysql queries, why should I learn sql?
Where is the best place to learn sql? mysql?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim, 2020-06-29
@Narbek

  • SQL is a language, more specifically, a set of language standards. You can write a query in SQL, but only a specific DBMS can execute it.
  • MySQL / MariaDB / PostgreSQL - various relational DBMS that execute queries.
  • PhpMyAdmin / MySQL Workbench / DBeaver - applications for convenient work with various DBMS.

The key difference between SQL and MySQL is that SQL is a query language for managing data in a relational database while MySQL is an open source relational database management system for managing databases with SQL .

A
Aleksej2020, 2020-07-10
@Aleksej2020

It's like "Learn English if you go to America": 80-90% of English will be useful everywhere, but there will be 10-20% of the inevitable nuances.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question