Ok, sorry, different timezones means a delayed response. I have 3 tables, well 4 but ones not needed:
borrower(id, first_name, surname, age)
DVD(id, title, rating, limit)
DVDloan(first_name, surname, rating)
(by the way its my own little DVD library system)
What I need to list is:
id...