Hi, I have 3 tables project,timesheet and employee.
I want a employee name if i have only the project name.
details of tables-
project table-projectid,projectname
timesheet table-projectid,employeeid
employee table-employeeid,employeename
i am new in sql
Please help me out.
Thanks in Advance