Skip to content

Instantly share code, notes, and snippets.

@kimki1124
Created March 7, 2017 12:48
Show Gist options
  • Save kimki1124/8df5378ae62ab14a444099e1ed70036a to your computer and use it in GitHub Desktop.
Save kimki1124/8df5378ae62ab14a444099e1ed70036a to your computer and use it in GitHub Desktop.
[ORACLE] 테이블, 테이블 생성, 데이터 타입, 제약조건
SELECT CONSTRAINT_NAME, CONSTRAINT_TYPE, TABLE_NAME, SEARCH_CONDITION
FROM USER_CONSTRAINTS
WHERE TABLE_NAME = 'EX2_6';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment