Hi every body,
Can you please let me know how can I modify following SQL algorithm to Disable/Enable all constraints existing in an specific table?
alter table (table name) disable constraint (constraint name)
For example if I have a table called "GIS_Data" how I can disable all constraints of it in one line command
alter table GIS_Data disable constraint .....//.......(constraint name)