The data model has an employees table making two identifying relationships with qa table which is further making a non-identifying relationship with qa strategy table. At the same time the employees table makes three identifying relationships with professional services table. What would be the data vault 2.0 model of the data model shown in the image?
I was trying to build my concepts on data vault modeling and came across this kind of data model. I believe the data vault of this model would look like this: Employees Hub would be connected to QA strategy Hub through a QA link and at the same time would make a connection with Professional services link. Let me know your thoughts on this problem.