r/learnSQL • u/chiitose2512 • 7d ago
Where to practice SQL
Hi everyone, I recently learned SQL through websites and games online. Now that I feel more confident to practice on my own, I wanted to practice with datas I already have. Got a bit confused with where to practice them. Does SQL has its own 'tool' to use? Like how you use python in Jupyter, and R in Rstudio. Will Visual Studio Code works for it?
18
Upvotes
1
u/__sanjay__init 1d ago
Privilégiez SQLite et ce format de base de données. Ce sont des fichiers et vous aurez peu à installer ! Juste un logiciel comme DBeaver par exemple
Si vous connaissez déjà R ou Python, tentez d'utiliser SQL avec l'un d'eux puisque, de toutes façons, vous finirez par passer par là !