I have 3 tables (all simplified here)
job (id int, type char(1)) data (job_id int, owner int, creator int, value int) user (id int)
My query is