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
Why do we use view in sql?
What are the different types of tables in sql?
How do I debug a stored procedure?
What is sql*loader and what is it used for? : aql loader
how to fetch alternate records from a table? : Sql dba
Does pl sql work in mysql?
Why do we use subquery?
What is a trigger in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What can I use instead of union in sql?
What are sql objects?
What is set serveroutput on in pl sql?
What are local and global Indexes and where they are useful.
What are stored procedures used for?
What is transaction control language (tcl)?