SQL (Structured Query Language) Question:

How will you activate/deactivate integrity constraints?

Tweet Share WhatsApp

Answer:

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

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What is CYCLE/NO CYCLE in a Sequence?What is a database link?