how to reference a table with two foreign key in sql site:stackoverflow.com
Alter VIEW Tests AS
SELECT Dept_Name, EMP1.Emp_Name, EMP2.Emp_Name AS Dept_Boss
FROM Dept
JOIN EMP EMP1 on Dept_Emp = EMP1.Emp_ID
JOIN EMP EMP2 on Dept_Boss = EMP2.Emp_ID
how to reference a table with two foreign key in sql site:stackoverflow.com
Alter VIEW Tests AS
SELECT Dept_Name, EMP1.Emp_Name, EMP2.Emp_Name AS Dept_Boss
FROM Dept
JOIN EMP EMP1 on Dept_Emp = EMP1.Emp_ID
JOIN EMP EMP2 on Dept_Boss = EMP2.Emp_ID
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us