Yup, I know (this is the first time I have ever tried hand coding SQL so I know it sucks)
In the tasks table, I reference a projectid (projects table), a clientid (clients table) and a tasktypeid (tasktypes table). How do I make sure all the id numbers are joined with their counterparts in the other three tables?


