Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~81 People Reached
Favorite Forums
Member Avatar for Skywalker83

Hi to all, I have a scenario like this: School ([U]SchoolName[/U], etc, etc...) Teacher ([U]SchoolName[/U],[U]TeacherName[/U], etc, etc...) ForeignKey: [School.SchoolName] Student ([U]SchoolName[/U],[U]StudentName[/U], etc, etc...) ForeignKey: [School.SchoolName] Lesson ([U]SchoolName[/U], [U]TeacherName[/U], [U]StudentName[/U], etc, etc...) ForeignKey: [Teacher.SchoolName,Teacher.TeacherName] + [Student.SchoolName,Student.StudentName] I would like to change the name of the school by updating the School table …

Member Avatar for pritaeas
0
81