Student Enrolment Order in a class
Hi,
I am trying to find out when did a class got full.
i would like to know how can I best find the order in which student are enrolled.
i am reviewing STDNT_ENRL. Following 3 fields look useful
ENRL_ADD_DT to find the date (However I am more interested in time to find out what time the class got full. Which bring me to the next 2 fields)
LAST_UPD_TM_STMP
LAST_ENRL_TM_STMP
Apparently a student got enrolled at 8:30:48.000000 AM(same value for LAST_UPD_TM_STMP and LAST_ENRL_TM_STMP ) but another student got wait listed at 8:30:47.000000 AM which makes me wonder if these timestamps are accurate to determine what time the student enrolled/wait list on a class.