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

Where do we use pl sql?

545


What is trigger point?

527


Which language is used in sql?

514


How do you rename a table in sql?

526


Can we change the table name in sql?

527






Can you have a foreign key without a primary key?

507


What is the maximum database size for sql express?

522


What do you mean by stored procedures? How do we use it?

516


What is materialized view. What are different methods of refresh?

775


what is bdb (berkeleydb)? : Sql dba

557


Write a unique difference between a function and a stored procedure.

523


Why is sql*loader direct path so fast?

593


who introduced sql?

564


What is a parameter query?

617


Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql

525