aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/sql/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/sql/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/sql/index.html')
-rw-r--r--files/zh-cn/glossary/sql/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/sql/index.html b/files/zh-cn/glossary/sql/index.html
new file mode 100644
index 0000000000..e84ca628c8
--- /dev/null
+++ b/files/zh-cn/glossary/sql/index.html
@@ -0,0 +1,24 @@
+---
+title: SQL
+slug: Glossary/SQL
+tags:
+ - Sql
+ - 数据库
+translation_of: Glossary/SQL
+---
+<p><strong>SQL(结构化查询语言)</strong>是一个被设计用于基于表格的数据库进行更新、检索、计算数据等操作的描述性的计算机语言。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基础知识">基础知识</h3>
+
+<ul>
+ <li>在维基百科中的 {{Interwiki("wikipedia", "SQL")}}</li>
+</ul>
+
+<h3 id="了解SQL">了解SQL</h3>
+
+<ul>
+ <li><a href="http://sqlzoo.net/wiki/SQL_Tutorial">在 sqlzoo.net 学习 SQL</a></li>
+ <li><a href="http://www.tutorialspoint.com/sql/">Tutorial Point</a></li>
+</ul>