Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

룩업 테이블의 생성과 삭제 방법은 다음과 같다.

-- 생성
CREATE LOOKUP TABLE lktable (id INTEGER, name VARCHAR(20));

-- 삭제
DROP TABLE lktable;


  • No labels