Each physical copy in book_copies references a catalogue entry by ISBN_no. Join book_copies with book_catalogue to show the title of the book each copy represents.
Return two columns: accession_no and title.
Order the rows by title, then accession_no.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan