A
Anonymous
Guest
Hi! i got a problem to update / insert into ..... 2 tables in MySQL
table1
studentID, studentName
table2
studentID, resultStudent
i try to update studentID in table1 and without do anything i also can update StudentID in table2 , it means that it can be generated.
i realize that in MySQL we can't define relationship between tables.
table1
studentID, studentName
table2
studentID, resultStudent
i try to update studentID in table1 and without do anything i also can update StudentID in table2 , it means that it can be generated.
i realize that in MySQL we can't define relationship between tables.
Code:
:roll: