Comparing SQL Server and Oracle SQL statements

Posted: (EET/GMT+2)

 

A fellow colleague pointed me to a nice web page thatcompares different database SQL syntaxes, data types and so forth with each other. Included are Microsoft SQL Server and Oracle databases, two databases which are probably to most common ones amongst .NET developers.

The page compares for example date handling, TIMESTAMP data types, creating of tables with the CREATE TABLE data definition statements, metadata reading, and more.

Enjoy!