Guest User

Untitled

a guest
Jun 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. DrID(int identity) StartTime(DateTime) EndTime(DateTime)
  2. 1 3/31/2009 8:00:00 AM 3/31/2009 10:30:00 AM
  3.  
  4. SlotID SlotStartTime(varchar) SlotEndTime(varchar)
  5. 1 8:00AM 8:15AM
  6. 2 8:15AM 8:30AM
  7. 3 8:30AM 8:45AM
  8.  
  9. DrID StartTime EndTime DateOfAllocation
  10. 1 4/5/2009 8:00:00 AM 4/5/2009 9:30:00 AM 4/5/2009 12:00:00 AM
  11. 2 4/12/2009 8:00:00 AM 4/12/2009 9:30:00 AM 4/12/2009 12:00:00 AM
  12. likewise
  13.  
  14. AppointmentID SlotID AppointmentDate
  15. 1 1 4/5/2009
  16. 2 3 4/12/2009
Add Comment
Please, Sign In to add comment