SQL Practice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

SQL Practice

I am learning SQL, how do I practice my SQL commands /coding? What I mean is whenever I practiced HTML/CSS I used a text editor.... So what would I use for SQL?

3rd Jun 2017, 9:54 PM
Marie
Marie - avatar
5 Answers
+ 22
You don't have to install your own database for practice. There are many of them on the Internet, just google it. For instance, w3schools.com has its own SQL tutorial and it provides you with a database with fake data for practice.
3rd Jun 2017, 10:43 PM
Igor Makarsky
Igor Makarsky - avatar
+ 4
MySQL is a good general database. I also highly recommend PHPMyAdmin (https://www.phpmyadmin.net/). It's a tool for managing your MySQL databases and executing SQL, with a nice graphic interface.
4th Jun 2017, 12:46 AM
Taija
Taija - avatar
0
A text editor, a terminal (when u install MySQL or another one, there is a place to do it weither with interface or with terminal)
3rd Jun 2017, 10:07 PM
BenjiSolo
BenjiSolo - avatar
0
install db browser for sqlite. you can create databases, tables, write sql queries
6th Jun 2017, 7:40 PM
hp-slate
hp-slate - avatar
0
I have not issue of practice two in SQL, need help.
24th Dec 2020, 6:13 PM
ibrahima soule
ibrahima soule - avatar