I've got a user table and a book table, with a fact table recording the books read by each user. For simplicity, the tables and their fields are:
Table Fields
----- ------
user user_id
book book_id
books_read user_id, book_id
I have a web app that lets a user...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.