summaryrefslogtreecommitdiffhomepage
path: root/sql.html.markdown
diff options
context:
space:
mode:
authorbobdc <bob@bobdc.com>2018-10-31 15:40:15 -0400
committerGitHub <noreply@github.com>2018-10-31 15:40:15 -0400
commit89f7b984478df1098beab78d9180ceac18e64276 (patch)
tree994e3349e11962d2d03e3c38d3491f0042104829 /sql.html.markdown
parente30222273bbf1aa10574e70a1c7d1557ed89ea7f (diff)
Update sql.html.markdown
Diffstat (limited to 'sql.html.markdown')
-rw-r--r--sql.html.markdown1
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.