Prefixing tables with tbl
is pointless and makes reading the SQL much more difficult.
Line 2 looks wrong, you can't comma separate join
criteria, you should use and
instead (and maybe add brackets for clarity).
Now, describe in one sentence the data which you want to retrieve.