SQL/ORACLE
[Oracle]딕셔너리를 이용한 Constraint 이름 확인하기
nineDeveloper
2014. 2. 12. 21:37
728x90
반응형
select constraint_name, constraint_type, table_name, status from user_constraints where table_name in ('DEPT', 'SALE');
728x90
반응형