/
Creating and Managing Lookup Table
Creating and Managing Lookup Table
The method of creating the reference table is as follows.
생성
CREATE LOOKUP TABLE lktable (id INTEGER PRIMARY KEY, name VARCHAR(20));
Lookup Table must specify Primary key.
삭제
DROP TABLE lktable;
Related content
참조 테이블 생성 및 관리
참조 테이블 생성 및 관리
More like this
참조 테이블 생성 및 관리
참조 테이블 생성 및 관리
More like this
참조 테이블 생성 및 관리
참조 테이블 생성 및 관리
More like this
Lookup Table
Lookup Table
More like this
Lookup Table
Lookup Table
More like this
Lookup Table
Lookup Table
More like this