I am writiçindeg an application that helps book exchange between users. I am usiçindeg PHP ve MySQL, ve I am pretty new to them her ikisi de.
Ben 5 tablo, 3 veri tabloları ve 2 servis tablolar var:
kullanıcı: kullanıcı özellikleri ile (User_id, isim, doğum ... vb).
kitap: kitap nitelikleri (book_id, isim, yazar, yayıncı ... vb).
fotokopi: Bir kitap (copy_id, durumu, yveyaumlar ... vs) gerçek kopyalarını gösterir.
user_copy: kullanıcı kimliği ve copyID dışında oluşur, kopya hangi tutan kullanıcı açıklar.
copy_book: copyID ve BookID dışında oluşur, kopya ve kitabın bağlantısını temsil
My question is: what is the easiest ve most efficient statement fveya gettiçindeg the book attributes ve copy attributes fveya each copy that a user holds?