how to delete foreign key constraint from a column? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 3
alter table < table name > drop constraint < constraint name>
30th Aug 2016, 1:23 PM
sangamesh naikar
sangamesh naikar - avatar