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.
1 Resposta
+ 3
alter table < table name > drop constraint < constraint name>
This constraint is given while creating a table.So how to drop it?No constraint name was given while creating table.