khiemadong
Technical User
below is a problem that i do get so confused. i need to use the sql command in the query analyser for that. If anyone can show me the way to do it, i would really appreciate that.
i was given a table that has the name of the table, the constrain column, and field column and the type. my question is what i should do w/ a constrain. for example:
System_Software_Relationship_T
Constraint Name Field(s) Type
PK_System Software_Id Primary Key, Clustered
FK_System Software_IN Foreign Key to
Software_T.Software_ID, Cascade Delete
FK_System_ System_Assignment_IN Foreign Key
to System_Assignment_T.
System_Assignment_ID
what should i write the sql line for this one?
Thank you very much
i was given a table that has the name of the table, the constrain column, and field column and the type. my question is what i should do w/ a constrain. for example:
System_Software_Relationship_T
Constraint Name Field(s) Type
PK_System Software_Id Primary Key, Clustered
FK_System Software_IN Foreign Key to
Software_T.Software_ID, Cascade Delete
FK_System_ System_Assignment_IN Foreign Key
to System_Assignment_T.
System_Assignment_ID
what should i write the sql line for this one?
Thank you very much