Chapter 2. Elements of Transact-SQL
SQL, or Structured Query Language, is the language used to access and interact with a relational database. It was created by IBM in the 1970s and first standardized by the American National Standards Institute (ANSI) in 1989. ANSI released a new version of the standard in 1992, known as SQL-92 or SQL2.
Although all relational management systems, including SQL Server, are ANSI compliant at different levels, they provide extensions to the SQL language that extend the language's functionality. However, be aware that the code becomes less portable by using these extensions. Therefore, it's up to the programmer to comply or not comply with the ANSI standard.
Transact-SQL is the SQL Server implementation of the ANSI ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access