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: Select all
:roll:


