Hi All,
I have two tables One is Student And another is AcademicQualifi cation.In first table RegNo is primary key and in second one it is foreign key then how to create trigger to update table where Student.RegNo = AcademicQualifi cation.RegNo
I have two tables One is Student And another is AcademicQualifi cation.In first table RegNo is primary key and in second one it is foreign key then how to create trigger to update table where Student.RegNo = AcademicQualifi cation.RegNo
Comment