0
SQL
Hello guys I've started SQL but I don't know where can I training in this app pls give an advice 😊🤗
3 ответов
+ 1
training on any language is really simple, cheap and easy to do it on your own. You only need a computer and some free software to start.
For SQL you can simply create your own database and start run aimple queries on your own database and as it goes try run even more complicated queries on even more complicated databases.
A popular and free application that can manage databases on Windows is sqlite studio
+ 3
I created a code exactly for this purpose last year, since there is nowhere to practice SQL other than the course lessons.
The code is written in Python, but you don't need to understand a bit of it.
Just make sure to read the comment, especially both "INTRODUCTION" and "HOW TO USE THIS CODE BITS?" section. They contain important information about the database.
The code also contains 3 SQL examples too.
https://sololearn.com/compiler-playground/cKqm1J8dX791/?ref=app
0
For Android pls