Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.44 KB

SQL-standard.md

File metadata and controls

27 lines (20 loc) · 1.44 KB

SQL-standard

MySQL supports all standard SQL integer types INTEGER or INT and SMALLINT. In addition, MySQL provides TINYINT MEDIUMINT, and BIGINT as extensions to the standard.

There are SQL standards: http://en.wikipedia.org/wiki/SQL#Standardization http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt However, most DBMSs still implement a somewhat custom or extended version of the standard. (Microsoft SQL Server being the prime suspect).

Which DBMS are more standard compliant?

How to write a code that fits all vendors?