insert into "STUDENT"."GRADE" ("GRADE_ID", "GRADE", "DATE", "COURSE_ID", "COD_STUD") values('1',
10, '2024-02-12', 1, 1)
com.ibm.db2.jcc.am.SqlIntegrityConstraintViolationException: The insert or update value of the
FOREIGN KEY "STUDENT.GRADE.GRADE_COURSE_FK" is not equal to any value of the parent key of the parent table.. SQLCODE=-530, SQLSTATE=23503, DRIVER=3.68.61
insert into "STUDENT"."SPECIALITY" ("SPEC_ID", "NAME", "FAC_ID") values(1, 'Robotics', 6)
insert into "STUDENT"."COURSE" ("COURSE_ID", "YEAR", "SEMESTER", "PROF", "NAME", "SPEC_ID")