Sobes.tech

You need to describe the library model. There are 3 entities: "Author", "Book", "Reader" -- Physically, there is only one book and it can only be with one reader. You need to create tables for the library to reflect this. -- A book can have multiple authors.

144

What index should be added for a search query for free books? Why is each field included in the composite index? How will the index perform with 2 million rows?

143
/4