Probeer dit:
SELECT constraint_name,
constraint_type,
search_condition
FROM USER_CONSTRAINTS
WHERE table_name = 'TEAMS';
Tenzij dubbele aanhalingstekens bij het maken, zijn alle objectnamen in Oracle hoofdletters.
Probeer dit:
SELECT constraint_name,
constraint_type,
search_condition
FROM USER_CONSTRAINTS
WHERE table_name = 'TEAMS';
Tenzij dubbele aanhalingstekens bij het maken, zijn alle objectnamen in Oracle hoofdletters.