2 Oracle user_contraints表的constraint_type列中的字母代码代表什么? select distinct constraint_type from user_constraints; C - C P R U 似乎P表示主键,R表示外键,对吗?什么是U和C? 70 oracle constraints oracleinternals