+ 4
What is the easiest way of testing sql queries?
So i don't have to set up a whole Server for it..
3 Réponses
+ 2
If you mean syntax error test then any online SQL editor would do. If that's not the case then you need data in order to test the query. You can check out online data for educational purposes or install and bulkload a local server in your PC
+ 1
Install XAMPP and use PHPMyAdmin for practice
0
🤷