+ 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?
5 Respostas
+ 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.
+ 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.
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)
0
install db browser for sqlite. you can create databases, tables, write sql queries
0
I have not issue of practice two in SQL, need help.