반응형
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
- EDB
- postgresql
- Database
- database #dbms #objects #sql #schema #table #functions
- chatgpt3 #AI #datascience
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- postgresql #vacuum #full_vacuum #verbose
- Replication
- dbms
- SQL_COMMANDS #DDL #DML #TCL
- streaming_replication
- join #postgresql #sql #database
- RAM #CPU #CS #Computer_Science #Terms
- postgresql #pgadmin #port #firewalld
- SQL_basic
- linux #filesystem #linuxdirectory
- oid2nae #postgresql
- SQL #NULL #NOT_NULL
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- data_oid
- network #network_terminology #network_protocols
- Network #TCP #IP #Netmask #Host
- High_Availability
- Linux #linux_tar #split
- the_one_thing
- postgresql_fdw
- repmgr #postgresql #replication #HA
- SQL_VIEW #SQL #VIEW
- one_thin
- glossary #database #termins #postgresql #postgresql_architecture
Archives
- Today
- Total
목록dql (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