aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/数据库/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
commit310fd066e91f454b990372ffa30e803cc8120975 (patch)
treed5d900deb656a5da18e0b60d00f0db73f3a2e88e /files/zh-cn/glossary/数据库/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.gz
translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.bz2
translated-content-310fd066e91f454b990372ffa30e803cc8120975.zip
unslug zh-cn: move
Diffstat (limited to 'files/zh-cn/glossary/数据库/index.html')
-rw-r--r--files/zh-cn/glossary/数据库/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/files/zh-cn/glossary/数据库/index.html b/files/zh-cn/glossary/数据库/index.html
deleted file mode 100644
index d26907d711..0000000000
--- a/files/zh-cn/glossary/数据库/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: 数据库
-slug: Glossary/数据库
-tags:
- - 数据库
-translation_of: Glossary/Database
----
-<p><span class="seoSummary"><strong>数据库</strong>是一种用于收集已组织好的数据以便于搜索、结构化和扩充的存储系统。</span></p>
-
-<p>网站开发中, 大多数数据库采用关系型数据库管理系统 (RDBMS) 来组织数据, 通过 {{glossary("SQL")}}语言来编程。 但有些数据库没有遵循上述的组织数据的机制,这类被称作 NoSQL 数据库。</p>
-
-<p>被广泛使用的服务端关系型数据库有 <em>MySQL </em>(或者源于它的 <em>MariaDB</em> ), <em>SQL Server</em>, 和 <em>Oracle Database </em>等。另一边,出名的 NoSQL 数据库有 <em>MongoDB</em> , <em>Cassandra</em>和<em>Redis</em>等。</p>
-
-<p>浏览器也有他们特有的数据库系统,被称作 {{glossary("IndexedDB")}}。</p>
-
-<section class="Quick_links" id="Quick_Links">
-<ol>
- <li>维基百科上的词条 {{Interwiki("wikipedia", "Database")}}
- <ol>
- <li>{{Glossary("IndexedDB")}}</li>
- <li>{{Glossary("SQL")}}</li>
- </ol>
- </li>
-</ol>
-</section>