+ 5
Where should i run these SQL commands?
7 Respuestas
+ 16
Sololearn doesn't support to run SQL files.
+ 10
You can try sql tutorial on w3schools.com.
I actually use localhost/phpmyadmin/ when i installed XAMPP for Windows from xampp.org
So another way is to do it on phpMyAdmin.
+ 9
i use MySQL for running these sql commands ,
u can also use MySQL ... its good
//sololearn does not provide platform to run sql commands ... might bcz of it will take much more memory to store records and tables and performing operations
+ 3
Install Oracle database in ur system. then find SQL Command line or SQL*Plus.. use these command there
+ 2
Oracle
+ 1
I've recently installed an app 'Programming Hub'. It teaches and provides a means to practice on the go in a number of languages, one of which is SQL. Note, it doesn't have any stored data so you create and query it all in one so might not be what you're after.