Hi,
I have a table that stores varies entities. An entity can own one or more entieis. I also have a table for relationships that list the type of relationship and parent ID and child ID. Do I use a self join with entity table and the relationship table in my query to get results or is there a better approach? thanks.
I have a table that stores varies entities. An entity can own one or more entieis. I also have a table for relationships that list the type of relationship and parent ID and child ID. Do I use a self join with entity table and the relationship table in my query to get results or is there a better approach? thanks.
Comment