So I have a jobs database with the following columns: id, jobtext, jobdate, and id. This is how it looks right now: [
prahan.com...]
I have another table called author. In the authorid column in need the results of this query, SELECT name FROM author WHERE id = (SELECT authorid FROM job) , to be displayed for each row.
I also want to be able to customize the header title for each column.
Thanks in advance!