+ 1
If I can only use Sololearn how can I practice SQL? (SOLVED)
Besides lessons obviously, is there a way to practice SQL in the app only? I was thinking of installing an external library (in Python) but I don't know if it works.
6 Réponses
+ 4
Jerry Hobby i think they are looking for something they can use the commands not necessarily already completed database with results https://sololearn.com/compiler-playground/cTIqwQk059BB/?ref=app
https://sololearn.com/compiler-playground/c0qLqnGRFhhU/?ref=app
+ 2
As far as I know, there is no way of practicing sql within the app except the lesson.
+ 2
Xmosity you might try one of 9 mentioned on medium
https://medium.com/@meenakshi052003/choose-the-best-platforms-to-practice-sql-online-075358b3051e
+ 1
Python can create and read databases in the playground. I know sqlite3 works. Not sure about any other SQL engines.
Here's a working sample SQL program written with Python.
It is an example with:
- CREATE TABLE
- INSERT
- SELECT
https://www.sololearn.com/en/compiler-playground/cTIqwQk059BB
+ 1
nvm i guess ill just do lessons
+ 1
Pless how to create code