반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- High_Availability
- glossary #database #termins #postgresql #postgresql_architecture
- Database
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- Network #TCP #IP #Netmask #Host
- dbms
- network #network_terminology #network_protocols
- postgresql_fdw
- RAM #CPU #CS #Computer_Science #Terms
- EDB
- database #dbms #objects #sql #schema #table #functions
- SQL #NULL #NOT_NULL
- streaming_replication
- the_one_thing
- SQL_COMMANDS #DDL #DML #TCL
- oid2nae #postgresql
- chatgpt3 #AI #datascience
- linux #filesystem #linuxdirectory
- one_thin
- postgresql
- SQL_basic
- postgresql #pgadmin #port #firewalld
- postgresql #vacuum #full_vacuum #verbose
- SQL_VIEW #SQL #VIEW
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- Replication
- repmgr #postgresql #replication #HA
- join #postgresql #sql #database
- data_oid
- Linux #linux_tar #split
Archives
- Today
- Total
목록SQL_COMMANDS #DDL #DML #TCL (1)
i am lazy

SQL(Structured Query Language) 데이터베이스에 데이터를 저장, 조작 및 검색하기 위한 표준 언어입니다. SQL은 데이터베이스와 통신하는 데 사용됩니다. 또한 특정 작업, 기능 및 데이터 쿼리를 수행하는 데 사용됩니다. SQL은 테이블 생성, 테이블에 데이터 추가, 테이블 삭제, 테이블 수정, 사용자 권한 설정과 같은 다양한 작업을 수행할 수 있습니다. SQL 명령의 유형 SQL 명령에는 DDL, DML, DCL, TCL 및 DQL의 다섯 가지 유형이 있습니다. DDL (Data Definition Language) 테이블이나 관계의 구조를 생성하는데 사용하며 CREATE, ALTER, DROP,TRUNCATE 문 등이 있다. CREATE - 새로운 데이터베이스 관계 (테이블) Vi..
SQL
2022. 11. 10. 17:38