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

" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스SQL VIEW View은 다른 table 기반으로 만든 가상 table이다. View은 가상 table이라고 하는 이유는 일반 table과 달리 데이터를 실제로 저장하고 있지 않기 때문이다. View은 논리적으로만 존재한다. View를 만드는 데 기반이 되는 물리적인 테이블을 기본 테이블 base table라고 한다. 일반적으로 뷰는 기본 테이블을 기반으로 만들어지지만 다른 뷰를 기반으로 새로운 뷰를 만들수 있다. " data-ke-type="html">HTML 삽입미리보기할 수 없는 소스View 장단점 뷰의 장점 논리적 데이터 독립성을 제공한다. 동일 데이터에 대해 동시에 여러 사용자의 상이한 응용이나 요구를 지원해준..
SQL
2022. 11. 10. 18:52