You have an object type "book" with three attributes: author, title and year.
Define the nested table of "book" type!
Define table "taken_home" with person name and surname in first two columns, and a nested table of books in the third column (the table represents the books a person has taken home from library)!
Write a query that would retrieve the collection (the nested table of books) as a relational table!
WRITE PL/SQL CODE PLS