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

How do I start sql profiler?

565


write an sql query to find names of employee start with 'a'? : Sql dba

592


How do I count rows in sql query?

500


What is the purpose of the primary key?

578


What is the difference between a primary key and a unique key?

572






Does sql profiler affect performance?

565


Can we perform dml in function?

604


What are all the different normalization?

570


What are the different parts of a package?

639


What is query execution plan in sql?

577


Why is theta join required?

675


What is the difference between explicit and implicit cursors in oracle?

525


What can I use instead of union in sql?

524


Write a sql query to convert all character to uppercase after hypen.

973


Difference between global and parameter variables?

1466