Using the book_copies table, count how many physical copies exist for each book (identified by ISBN_no). Return ISBN_no and the count as num_copies, one row per ISBN.
Order the result by num_copies (highest first), then by ISBN_no.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan