The Problem of Queuing
v When the receptionist finishes filling out the Clients
form, the client is queued for the medical professional
v What does it mean in database terms to “queue”
someone?  [This isn’t a standard idea, its just
something that we need to invent for this project.]
v Recall that queuing established the relationship
between a client and a medical professional … we
represent one of these relationships by a row in the
Visits table, so ...
Queuing must involve creating a row in the Visits
table with the initial data of a client and a med pro