Skip to content

Instantly share code, notes, and snippets.

@kimki1124
Created March 7, 2017 12:49
Show Gist options
  • Save kimki1124/bee2a563b616b73cba0cc5e98376df62 to your computer and use it in GitHub Desktop.
Save kimki1124/bee2a563b616b73cba0cc5e98376df62 to your computer and use it in GitHub Desktop.
[ORACLE] 테이블, 테이블 생성, 데이터 타입, 제약조건
CREATE TABLE EX2_8(
COL1 VARCHAR2(10) PRIMARY KEY,
COL2 VARCHAR2(10)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment