I want to create a textbook classified site, but I'm stuck on pondering on how to implement what I want to do. I have a users table with the all of the users info such as name, password etc, but I also want a table with all the books a user is selling/buying organized by the ISBN. How would I implement the table to accommodate for 100 users selling the same book in the ISBN table? Thanks