Sqlserver
 sql >> Datenbank >  >> RDS >> Sqlserver

Wie lösche ich einen Fremdschlüssel in SQL Server?

Versuchen Sie es

alter table company drop constraint Company_CountryID_FK


alter table company drop column CountryID