Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to try out sql commands like jsfiddle.net [closed]

I'm really impress by jsfiddle.net where we get to try out html/css/js right in front of us.
Does anyone know of a similar set of screens for sql where you could get to try out commands and build tables in a similar 'virtual' environment.
Of course I would like it to support all the different flavors too - mySQL, SQLserver, DB2, Oracle, Postgres, etc. And each of their various versions too please (yes I am smiling and really wishing here).

like image 582
Michael Durrant Avatar asked Oct 09 '22 12:10

Michael Durrant


1 Answers

This might be one option that covers all the vendors, but you can't create your own tables etc.
http://www.sqlzoo.net/h.htm
Another is http://sqlize.com/ which does let you create tables, though it is only mySQL.

like image 145
4b0 Avatar answered Oct 13 '22 11:10

4b0