Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sql Competitions

Tags:

sql

Sorry to ask this kind of questions.

But I am eager to know some good sites where I can have the opportunity to have some sql competitions.

I found 1 TroyK's T-SQL Challenge

but it is not free.

I am looking for a free one.

And also C# programming competitions. One I found is Code Chef

I am Looking for some more.

Also, it should be for any ages!

Edited:

I liked Project Euler. It's nice

Also some TSQL programming challenge. Sql Server Central is good. But I am looking for more TSql programs

Thanks in advance

like image 665
priyanka.sarkar Avatar asked Oct 02 '09 08:10

priyanka.sarkar


4 Answers

For C#, Project Euler is a good one. It is not C# specific as answers can be submitted in any language. The challenges tend to be quite challenging as they are not just about solving the problem, but solving it quickly.

For SQL, SQL Server Central publishes some PDF books called SQL Server Stumpers, as well as having SQL challenges every now and again.

like image 112
adrianbanks Avatar answered Oct 24 '22 22:10

adrianbanks


http://www.topcoder.com/ has regular programming competitions for multiple languages, c# included.

like image 37
Stanislav Kniazev Avatar answered Oct 25 '22 00:10

Stanislav Kniazev


Well, you can do TroyK's challenge without registering for EE. Just see whether the desired result equals your result.

This way you cannot compete with others, though.

like image 44
middus Avatar answered Oct 25 '22 00:10

middus


Unfortunately I haven't seen any SQL competitions but these are some of the resources we used in the FIU Programming Team:

http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8 was the official website my university programming team used to hone our skills. They accept answers in various languages, but the focus is more on your algorithms than your syntax.

For some softer stuff many FIU students used http://codingbat.com/ which also accepts a few different languages. Many of the problems on this site were simple and straightforward, the challenge came in trying to code them as fast as possible.

like image 42
Andrew Avatar answered Oct 24 '22 22:10

Andrew