diff options
-rw-r--r-- | sql.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql.html.markdown b/sql.html.markdown index 8f200344..0638a731 100644 --- a/sql.html.markdown +++ b/sql.html.markdown @@ -3,7 +3,6 @@ language: SQL filename: learnsql.sql contributors: - ["Bob DuCharme", "http://bobdc.com/"] -https://github.com/adambard/learnxinyminutes-docs --- 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. |