행위

제약사항 생성 스크립트

DB CAFE

thumb_up 추천메뉴 바로가기


제약사항 생성쿼리

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