in reply to Re^5: Avoiding SQL double jeopardy
in thread Avoiding SQL double jeopardy
Hmmm there is a little confusion of nomenclature (my fault). Properly speaking we have one XR (eXperience Replication) session a week. People pair up as a teacher and learner. If there is an odd number of people one "pair" will have one teacher and two learners.
The current Sessions table identifies sessions by DrawDate and contains a "SessionId" which I should rename to PairId. There will be multiple pairs per weekly session.
PairId is unique in the Sessions table but there will be multiple entries (generally two) in the SessPeople table (which I should rename to the Pairs table) for each PairId.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Avoiding SQL double jeopardy
by Pope-O-Matik (Pilgrim) on Jun 28, 2015 at 12:11 UTC | |
by GrandFather (Saint) on Jun 29, 2015 at 10:21 UTC | |
by Pope-O-Matik (Pilgrim) on Jun 29, 2015 at 21:01 UTC | |
|
Re^7: Avoiding SQL double jeopardy
by Pope-O-Matik (Pilgrim) on Jun 28, 2015 at 19:59 UTC |