aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/sql/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/sql/index.html')
-rw-r--r--files/ko/glossary/sql/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ko/glossary/sql/index.html b/files/ko/glossary/sql/index.html
new file mode 100644
index 0000000000..60c2735897
--- /dev/null
+++ b/files/ko/glossary/sql/index.html
@@ -0,0 +1,21 @@
+---
+title: SQL
+slug: Glossary/SQL
+translation_of: Glossary/SQL
+---
+<p><strong>SQL </strong>(구조화 질의어, Structured Query Language) 은 테이블 기반 데이터베이스에서 데이터를 업데이트, 수집, 계산하기 위해 디자인된 기술형 컴퓨터 언어입니다.</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>