phpworkerman

关注

ORACLE查看约束

phpworkerman

关注

阅读 58

2023-04-17


SELECT
    constraint_name,
    constraint_type,
    search_condition
FROM
    user_constraints
WHERE
    table_name = 'FR_WH_M'

ORACLE查看约束_ORACLE查看约束

constraint_name 是用户自定义的约束名,_NN代表NOT NULL

constraint_type  中C对应CHECK,P->primary key, R->FOREIGN KEY , U-->UNIQUE

ORACLE查看约束_ORACLE查看约束_02

 

相关推荐

棒锤_45f2

oracle 查看主外键约束

棒锤_45f2 66 0 0

夕颜合欢落

oracle查看sequence,约束和索引(创建索引)

夕颜合欢落 69 0 0

乱世小白

oracle约束

乱世小白 62 0 0

跟着Damon写代码

oracle查询约束

跟着Damon写代码 56 0 0

成义随笔

oracle添加约束

成义随笔 76 0 0

求索大伟

Oracle 检查约束check

求索大伟 284 0 0

扒皮狼

【Oracle学习】之 约束

扒皮狼 192 0 0

mafa1993

Oracle 约束详解(constraint)

mafa1993 165 0 0

12a597c01003

Oracle约束、注释、序列

12a597c01003 101 0 0

DT_M

Oracle-约束小结

DT_M 107 0 0

精彩评论(0)

0 0 举报