Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question on creating constraint
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Titre:
Newbie question on creating constraint
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01242717
Message ID:
01242717
Vues:
57
I need to learn how to create a constraint in SQL Server database that will serve the following purpose (I will demonstrate on simple example):

Parent Table Structure:
FALIAS CHAR(20)
FENTRY CHAR(10)
FPK I (Primary Key)
(Expression FALIAS + FENTRY is a candidate index key)

Child Table Structure (Simplified):
FENTRY CHAR(10)

When user adds a record to the Child table and the value set to the field FENTRY does not exist in the Parent table I want SQL Server to reject the entry.

How do I do it?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform