How will you a activate/deactivate integrity constraints?
Answer Posted / j
Alter table table_name ENABLE constraint constraint_name;
Alter table table_name DISABLE constraint constraint_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the non-clustered index in sql?
What are the uses of merge?
What is faster join or subquery?
What is data type in sql?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What does trigger mean in slang?
how to convert numeric values to character strings? : Sql dba
What are types of exception?
Does view contain data?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
How do you write an index?
What are secondary keys?
How to read xml file in oracle pl sql?
what are the differences among rownum, rank and dense_rank? : Sql dba
What is pragma in pl sql?