Using members and book_issue, find the member numbers of members who have never issued (borrowed) any book. Start from every member_no in members and remove those that appear in book_issue.
Return one column: member_no, sorted ascending.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan