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
Is left join and outer join same?
What is the non-clustered index in sql?
Where do we use pl sql?
What does joining a thread mean?
What is relationship? How many types of relationship are there?
How will you distinguish a global variable with a local variable in pl/sql?
What is a parameter query?
What is pls integer?
Why self join is used in sql?
Can a trigger call a stored procedure?
Can we call procedure in select statement?
what is an alias command? : Sql dba
Can we commit in trigger?
Which is faster view or stored procedure?
What are the sql commands?