alter foreign key constraint

alter table student_academic
add constraint foreign key (registeration_year,regno)
references student_registeration(registeration_year,regno)
on delete restrict
on update cascade

No comments:

Post a Comment

using avrdude with AVR studio(for windows 10 only)

Requirements 1. arduino-1.6.5-r2-windows.exe 2. as6installer-6.0.1843.exe When I try to configure avrdude in avr studio 6 then wina...