How to drop a constraint

 How to drop a constraint

Drop Constraints

CONSTRAINT মোছার জন্য নিম্নের মত করে কমান্ড দিতে হবে।


ALTER TABLE EMP

DROP CONSTRAINT EMP_MGR_FK


Product টেবিলের  PK_PRI_PRO_ID (primary key) Drop করা।


SQL> alter table product

drop constraint PK_PRI_PRO_ID

 

Table altered.

Not null constraint

Unique key constraint

Primary key constraint

Foreign key constraint

 

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন