SQL-92
From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
This article is in need of attention from an expert on the subject. WikiProject Computing may be able to help recruit one. (November 2008) |
This article is about SQL-92, the third revision of the SQL standard. For more information about SQL, see the main SQL article.
SQL-92 was the third revision of the SQL database query language. Unlike SQL-89, it was a major revision of the standard. For all but a few minor incompatibilities, the SQL-89 standard is forwards-compatible with SQL-92.
New Features
- SQL Agent
- New data types defined:
DATE
,TIME
,TIMESTAMP
,INTERVAL
,BIT
string,VARCHAR
strings, andNATIONAL CHARACTER
strings. - Support for additional character sets beyond the base requirement for representing SQL statements.
- New scalar operations such as string concatenation, date and time mathematics, and conditional statements.
- New set operations such as
UNION JOIN
,NATURAL JOIN
, set differences, and set intersections. - Support for alterations of schema definitions via
ALTER
andDROP
. - Bindings for C, Ada, and MUMPS.
- New features for user privileges.
- New integrity-checking functionality such as within a
CHECK
constraint. - New schema definitions for "Information".
- Dynamic execution of queries (as opposed to prepared).
- Better support for remote database access.
- Temporary tables.
- Transaction isolation levels.
- New operations for changing data types on the fly via
CAST
. - Scrolling cursors.
- Compatibility flagging for backwards and forwards compatibility with other SQL standards.
- Call Level Interface
External links
File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |
Stub icon | This database-related article is a stub. You can help Wikipedia by expanding it. |
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
→
Categories:
- Pages with broken file links
- Miscellaneous articles needing expert attention
- Articles needing expert attention from November 2008
- Articles with invalid date parameter in template
- All articles needing expert attention
- SQL
- Declarative programming languages
- 1992 introductions
- Programming language topic stubs
- Database stubs