W
Wisam-j
I have three tables (Employees, Outsourced and Projects).
Projects table include
project_id,
project_name,
emp_id as foreign key to Employees.id
and Outsourced _id as foreign key to Outsourced.id.
I need a query to show the project name, Employee_name, Outsourced name.
Kindly, to help me to generate the SQL Statement.
Projects table include
project_id,
project_name,
emp_id as foreign key to Employees.id
and Outsourced _id as foreign key to Outsourced.id.
I need a query to show the project name, Employee_name, Outsourced name.
Kindly, to help me to generate the SQL Statement.