What is the best way to query this Department-Employee table to get the department which have the exact employees?

后端 未结 0 613
囚心锁ツ
囚心锁ツ 2020-12-18 20:09

I have three tables Employee(id, .....), Department(id, ....) and Department_Employee(d_id, e_id). Department and Employee have a many

相关标签:
回答
  • 消灭零回复
提交回复
热议问题