1
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:

The SQL Zoo by Jim, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.




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.