I have a table that holds Tasks details and a table that holds users details. Each Task has two relations with the users table as following:
Tasks table : TaskID, Name, Description, TaskCreatorId, TaskPICId Users table : UserId, Name, E-mail Where TaskCreatorId is linked to UserId, and TaskPICId is also Linked to UserId. Now how i make a query to list all tasks with Taskcreator name and TaskPIC name Tasks table