aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/sql/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/sql/index.html')
-rw-r--r--files/ja/glossary/sql/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/glossary/sql/index.html b/files/ja/glossary/sql/index.html
new file mode 100644
index 0000000000..fcf33cd72d
--- /dev/null
+++ b/files/ja/glossary/sql/index.html
@@ -0,0 +1,26 @@
+---
+title: SQL
+slug: Glossary/SQL
+tags:
+ - CodingScripting
+ - Database
+ - Glossary
+ - Sql
+translation_of: Glossary/SQL
+---
+<p><strong>SQL </strong>(Structured Query Language) は、テーブルベースの​​データベース内のデータを更新、取得、および計算するために設計された、記述的なコンピューター言語です。</p>
+
+<h2 id="Learn_more" name="Learn_more">関連項目</h2>
+
+<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
+
+<ul>
+ <li>Wikipedia 上の {{Interwiki("wikipedia", "SQL")}}</li>
+</ul>
+
+<h3 id="Learn_SQL" name="Learn_SQL">SQL を学ぶ</h3>
+
+<ul>
+ <li><a href="http://sqlzoo.net/wiki/SQL_Tutorial">SQL on sqlzoo.net で学ぶ</a></li>
+ <li><a href="http://www.tutorialspoint.com/sql/">Tutorial Point</a></li>
+</ul>