how to delete foreign key constraint from a column? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 3
alter table < table name > drop constraint < constraint name>
30th Aug 2016, 1:23 PM
sangamesh naikar
sangamesh naikar - avatar