views:

59

answers:

2

A couple of weeks ago I found a great page. It basically was a level based SQL game. Starting off with simple queries you earned stars by completing tasks. The exercise declaration featured information about a certain database and what tables it features. You had to write statements/queries in the browser and solve the problem. The exercises got more and more difficult.

I already used Google and the search function at Stack Overflow and skimmed through hundreds of pages but couldn't find it again!

ps: its not sqlzoo! the page was black and had a decent design!

A: 

The best results I could find was by searching for interactive sql tutorial. While not web based, the most fun one looked like GalaXQL. It can be downloaded from a number of sources.

s_hewitt
thx, but iam looking for that one specific page
Alex
Is it http://www.sql-ex.ru/ ?
s_hewitt
no but thanks :)
Alex
A: 

You might look at CodeGolf.com. It's not an exact match for what you are looking for since it doesn't have levels and there is no order to things. Basically it's good for finding the shortest solution to some interesting problems in a variety of languages.

Just found this site: http://beyondrelational.com/blogs/tc/default.aspx

Which seems similar to the CodeGolf concept except for all SQL (and no focus on brevity).

Abe Miessler