> For the complete documentation index, see [llms.txt](https://koseungbin.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koseungbin.gitbook.io/wiki/books/undefined-1/undefined-3/dbms/sql.md).

# SQL 기초 지식

{% hint style="info" %}
SQL 이란 관계형 데이터베이스가 데이터를 조작하기 위해 준비한 언어이다.
{% endhint %}

SQL은 여러 특징이 있지만, SQL 문에서 받는 첫인상은 영어 문장과 매우 닮았다는 점이다.&#x20;

또한, 통상적인 프로그래밍 언어에 사용되는  반복(FOR/WHILE)이나 조건 분기(IF/CASE)를 사용하지 않아도 데이터 조작을 할 수 있는 것이 큰 이점이다.&#x20;
