Snippets

Jonathan Hult Oracle Database - find integrity constraint

Created by Jonathan Hult
select * from DBA_CONSTRAINTS where owner = 'USER_GOES_HERE' and constraint_name = 'CONSTRAINT_NAME_GOES_HERE'

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.