What is the easiest way of testing sql queries? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the easiest way of testing sql queries?

So i don't have to set up a whole Server for it..

20th Mar 2020, 12:59 PM
Felix Gautsch 🍕
Felix Gautsch 🍕 - avatar
3 Answers
+ 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
22nd Mar 2020, 5:57 AM
Eduard Arias
Eduard Arias - avatar
+ 1
Install XAMPP and use PHPMyAdmin for practice
3rd Apr 2020, 9:58 AM
Muhammad Hamza
Muhammad Hamza - avatar
0
🤷
23rd Mar 2020, 7:32 AM
Drs.parisa
Drs.parisa - avatar