> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined/sql/practice.md).

# 명령어

- [DB 관리](https://simian114.gitbook.io/blog/undefined/sql/practice/db.md): DB를 생성하고 삭제하는 명령에 대해 학습합니다.
- [TABLE 관리](https://simian114.gitbook.io/blog/undefined/sql/practice/table.md): 테이블의 생성과 삭제, 열을 관리하는 명령에 대해 학습합니다.
- [Constraints](https://simian114.gitbook.io/blog/undefined/sql/practice/constraints.md): 제약들에 대해 학습합니다.
- [SQL 명령어 - 1](https://simian114.gitbook.io/blog/undefined/sql/practice/untitled-2.md)
- [SQL 명령어 - 2](https://simian114.gitbook.io/blog/undefined/sql/practice/untitled-1.md): JOIN, UNION, GROUP BY, HAVING 에 대해 학습합니다.
- [SQL 명령어 - 3](https://simian114.gitbook.io/blog/undefined/sql/practice/untitled.md): 서브쿼리에 대해 학습합니다.
- [SQL 명령어 - 4](https://simian114.gitbook.io/blog/undefined/sql/practice/sql-4.md): ANY, ALL, SELECT INTO, INSERT INTO SELECT 를 학습합니다.
- [SQL 명령어 - 5](https://simian114.gitbook.io/blog/undefined/sql/practice/sql-5.md): CASE, NULL에 대해 학습합니다.
