반응형
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
- math
- google apps script
- 파이썬
- PostgreSQL
- list
- PySpark
- Redshift
- Google Spreadsheet
- gas
- Java
- c#
- Github
- Mac
- string
- Google Excel
- matplotlib
- Apache
- Kotlin
- numpy
- dataframe
- Excel
- array
- GIT
- django
- Tkinter
- PANDAS
- Python
- SQL
- hive
Archives
- Today
- Total
목록DDL (1)
달나라 노트
Redshift : show table (DDL information, DDL 정보 출력, 테이블 정보 출력, table information, Data Definition Language)
SQL을 다루다보면 어떤 table의 정보가 필요한 경우가 있습니다. 여기서 말하는 정보란 table에 존재하는 column의 종류, column의 자료형(data type), column에 들어갈 수 있는 데이터의 최대 크기 등을 의미합니다. 이러한 정보들을 DDL(Data Definition Language, Data Description Language)이라고 합니다. SQL에서 DDL이란 보통 table의 이름, table에 존재하는 column 종류, 각 column의 data type, column들이 수용할 수 있는 데이터의 최대 크기, distinct key, sort key 등 table의 특징에 관한 정보를 담은 내용을 의미합니다. (더 자세하고 정확히 말하면 위 설명보다 더 상세한 정..
SQL/Redshift
2022. 10. 14. 21:48