Question

I am looking for some reference which can help me in finding out the DDL (Data Definition Language) differences in multiple databases (Oracle, DB2, Sybase, SQL Server, MySQL, Firebird, PostgreSQL, Ingres, HSQL, H2 Database, Derby).

  • What all constraints are supported by each database?
  • Whether table/column comments are supported or not?
  • Auto increment of column is possible or not?
  • information schema is available to find out the schema details etc?
Was it helpful?

Solution

Wikipedia has a page with extensive comparison of database engines.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top