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
How to avoid duplicate records in a query?
What do you understand by case manipulation functions?
How do you use a while loop in pl sql?
What is clause in sql?
explain about mysql and its features. : Sql dba
How does postgresql compare to oracle/db2/ms sql server/informix?
What is sql injection owasp?
What do we need to check in database testing?
What is mutating error?
Explain correlated query work?
Explain the difference between triggers and constraints?
How to write pl sql program in mysql command prompt?
what is rdbms? : Sql dba
What does varchar include?
What is a dirty read sql?