diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-09-22 15:50:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 15:50:27 +0200 |
commit | 325ebb85435f1ac23490bc14fbdb0b3da323eb7c (patch) | |
tree | aef12d137bcb66d8a21e44c8c6d5115374925797 /sql.html.markdown | |
parent | 50e28017f8d11a55c27fc0b134d504a198d6097f (diff) | |
parent | 6c77286752ab76ec65629270b86e0b96cfe016bb (diff) |
Merge pull request #4009 from shmkane/patch-2
[sql / en] Ambiguous ISO
Diffstat (limited to 'sql.html.markdown')
-rw-r--r-- | sql.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.html.markdown b/sql.html.markdown index 5edf0f7c..685e522d 100644 --- a/sql.html.markdown +++ b/sql.html.markdown @@ -5,7 +5,7 @@ contributors: - ["Bob DuCharme", "http://bobdc.com/"] --- -Structured Query Language (SQL) is an ISO standard language for creating and working with databases stored in a set of tables. Implementations usually add their own extensions to the language; [Comparison of different SQL implementations](http://troels.arvin.dk/db/rdbms/) is a good reference on product differences. +Structured Query Language (SQL) is an [ISO/IEC 9075](https://www.iso.org/standard/63555.html) standard language for creating and working with databases stored in a set of tables. Implementations usually add their own extensions to the language; [Comparison of different SQL implementations](http://troels.arvin.dk/db/rdbms/) is a good reference on product differences. Implementations typically provide a command line prompt where you can enter the commands shown here interactively, and they also offer a way to execute a series of these commands stored in a script file. (Showing that you’re done with the interactive prompt is a good example of something that isn’t standardized--most SQL implementations support the keywords QUIT, EXIT, or both.) |