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