select shp_access_id, rad_name
from shp_user_mst, rad_primary_mst
where shp_access_id=rad_id
order by shp_access_id;
This query showed me the names associated with each of the logins to DegreeWorks.
On a side note: The DegreeWorks schema is not documented in any of the PDF publications. Instead, the schema is explained in files that are created during the server installation inside the
.../app/schema/
directory:- dapdb
- raddb
- shpdb