alter table student_academic
add constraint foreign key (registeration_year,regno)
references student_registeration(registeration_year,regno)
on delete restrict
on update cascade
add constraint foreign key (registeration_year,regno)
references student_registeration(registeration_year,regno)
on delete restrict
on update cascade
No comments:
Post a Comment