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
Explain how to use transactions efficiently : transact sql
What does count (*) mean?
What type of database is sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is normalization? How many normalization forms are there?
What are database links used for?
Can we call dml statement in function?
What is dynamic sql in pl sql?
what are tables and fields? : Sql dba
What is cursor explain with example?
How do I view a sql trace file?
What is the difference between a primary key and a clustered index?
What is the purpose of normalization?
What are the set operators in sql?
How to run sql commands in sql*plus?