SQL (Structured Query Language) Question:
Download Questions PDF

How will you activate/deactivate integrity constraints?

Answer:

The integrity constraints can be enabled or disabled by ALTER TABLE ENABLE CONSTRAINT / DISABLE CONSTRAINT.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is CYCLE/NO CYCLE in a Sequence?What is a database link?