1

SQL Zoo

Posted October 25th, 2006. Filed under Code

I’m slowing learning the differences in Oracle vs. SQL Server (and MySQL). Digging around on the net I found SQLZoo – a neat site which gives you a ‘interactive SQL tutorial’ – but what is neat is they show you the same statement in several major databases (SQL Server, MySQL, DB2, Access, Postgres, Oracle, and more…)

Possibly Related:

  • No related posts found.
Creative Commons License
The SQL Zoo by Jim, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
If you have enjoyed this entry. Please feel free to bookmark it using your favorite social bookmarking site

One Response so far

  1. Steve Bryant says:

    I love SQLZoo! The side-by-side comparison of the same statement in multiple databases has been invaluable for me.

    In developing a database abstraction engine that needs to support multiple databases, I have referred to SQLZoo frequently.

    If you have to use multiple databases, it is a great resource.

Leave a Comment