cascading relationship mapping
Much like Database Diagrams functionality in SQL Server (which would also be a nice addition to LS) I would like to have a display such as this for results of a query and have subsequent quiries run on the returned entities for x number of iterations then display as a connected diagram of all the relationships. For instance, tables store patient name, attending nurses, room check in out DT. I run a query on a patient to see what rooms that patient has been in, then another quiery to see all other patients and all nurses that have been in that room and what other rooms they have been in and who has been in those rooms etc. then have it displayed in a relationship map much like database diagrams.