메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

제약사항 생성 스크립트

DB CAFE

제약사항 생성쿼리

select dbms_metadata.get_ddl('CONSTRAINT', c.constraint_name)
from 
   user_constraints c 
where 
   c.constraint_type = 'P';