Forum Discussion
JohnMathew
Nov 25, 2024Copper Contributor
one column refer to 2 columns
Hello there global table is dbo.Employee(EmployeeId int, sex char(10)) Another global table is dbo.GradeEmployee(PolicyEmployeeId int (FK of Employee-EmployeeId), FaultEmployeeId int (FK of Employe...
rodgerkong
Nov 26, 2024Iron Contributor
Could you give some sample data of all three tables, and the result you expect base on those sample data?