Extract two last recodes
Question regarding one to many relationship query
1. I have main table, lets say 'authors', and another table, lets say 'books'. The relationship is one-to-many (many books for one author – connected by author id).
2. I want to create a query (for a report) that extract the author and his last 2 books (referenced for example by book date).
How can I do it? (assuming there are authors with more or less books than 2)
Thanks all!