How will you a activate/deactivate integrity constraints?

Answer Posted / muralidhar v

To Activate any integrity constraint, use Enable command
with Alter and to deactivate use disable with Alter.

To drop any constraint other than NOT NULL, use Drop
command with Alter. We can't drop not null, but we can
change it to NULL with Alter --Modify option.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is procedure in pl sql?

536


how to check server status with 'mysqladmin'? : Sql dba

566


What is view? Can we update view

867


How many times can we commit in a loop?

566


What is primary key sql?

540






What is online transaction processing (oltp)?

600


What are different sql data types?

513


What is the difference between join and natural join?

473


Where is sql database stored?

518


What type of database is cloud sql?

576


What are the different ways to optimize a sql query?

484


What is java sql package?

534


Is sql port 1433 encrypted?

576


Can one improve the performance of sql*loader? : aql loader

585


ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

2004