Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check Constraint
Message
De
29/11/2021 15:07:19
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Check Constraint
Divers
Thread ID:
01682862
Message ID:
01682862
Vues:
46
Hi,
What exactly does the CHECK CONSTRAINT command in the following do?
ALTER TABLE public.salesdetails  ADD  CONSTRAINT FK_salesdetails_sales FOREIGN KEY(isaleid)
REFERENCES public.sales (isaleid)
;
ALTER TABLE public.salesdetails CHECK CONSTRAINT FK_salesdetails_sales
;
This is code generated by SSMS.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform