how to delete foreign key constraint from a column? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to delete foreign key constraint from a column?

This constraint is given while creating a table.So how to drop it?No constraint name was given while creating table.

29th Aug 2016, 4:13 PM
Rahul Mule
Rahul Mule - avatar
1 Answer
+ 3
alter table < table name > drop constraint < constraint name>
30th Aug 2016, 1:23 PM
sangamesh naikar
sangamesh naikar - avatar