#제약사항 (1)

특정 테이블의 제약사항( not null, fk 과 같은 )의 이름, 테이블명, 소유자의 목록을 보여줍니다.

Below query command queries constraints'(not null, fk) name , owner, table name, column name, and position of the column.


SQL > select * from user_cons_columns where table_name='table_name';