+ 1
Please tell me more about MySQL.
What is MySQL? What's the function? What's Windows app to write it. And what can I do firstly to understand MySQL.
3 Answers
+ 6
https://www.sololearn.com/Course/SQL/?ref=app
The SQL tutorial teaches how to create a database, create a database table, retrieve data from your database table and insert data into the database.
I also recommend checking out these links:
https://www.w3schools.com/php/
https://www.w3schools.com/sql/
You can use any text editor to write your SQL code. I recommend using Visual Studio Code
+ 5
You're welcome
+ 2
Rorschach Thank you so much