Hi there,
I got 3 tables called Skills, Employee and Position. Tables Employee and Position have Skills column which is multiple valued.
I need to fetch every employee who has set of skills that is required in given Position. What I am trying to do is to compare set of skills in Employee and Position and select employees with full match of skills.
Below, I attached my ERD diagram of database