ORACLE 查询约束

来源:互联网 发布:mac不能拷贝文件到u盘 编辑:程序博客网 时间:2024/05/16 17:45

select CONSTRAINT_NAME from user_constraints where table_name='TBL_EMPLOYEE';
select CONSTRAINT_NAME,COLUMN_NAME from user_cons_columns where table_name='TBL_EMPLOYEE';

原创粉丝点击