hello, i'm having problems disabling unique constraints and check constraints...

the syntax is
alter table table_name disable unique (column_name)
...
but i don't know how to figure out what columns are considered unique on what tables


thanks