具有在 oracle SQL 10g 中使用的所有类型约束的查询?
A query with all types of constraints used in oracle SQL 10g?
我无法在 oracle SQL 10_g 中编写查询,它使用所有类型的约束,使用 employees 和 departments 表。
你能帮我做同样的事吗?
你是说:
select * from all_constraints
where table_name in ('EMPLOYEES', 'DEPARTMENTS');
我无法在 oracle SQL 10_g 中编写查询,它使用所有类型的约束,使用 employees 和 departments 表。
你能帮我做同样的事吗?
你是说:
select * from all_constraints
where table_name in ('EMPLOYEES', 'DEPARTMENTS');