SQL1999
SQL1999, also known as SQL:1999 or SQL3, is a major revision to the SQL standard issued by ISO/IEC in 1999. It followed SQL-92 and extended SQL to incorporate object-relational database features as part of the ISO standard for SQL. It defined a broad set of capabilities intended to standardize both traditional relational queries and more advanced data modeling.
Key additions include object-relational features: the ability to define user-defined structured types, distinct types and array
Procedural extensions: SQL/PSM provides a persistent stored modules language for writing stored procedures and functions, with
Query and representation enhancements: the WITH clause to define common table expressions (including recursive forms), enhanced
Impact: SQL:1999 represented a shift towards object-relational database features and laid groundwork for later standards such