amer-sabah / bookshelf

0 stars 5 forks source link

as lib owner , i want to delete book #21

Closed Amalqazaq closed 2 years ago

Amalqazaq commented 3 years ago

required tables: owner(id ,username ,password) , library (id ,name ,location , owner_id ) book(id ,name) books_in_library(library_id , book_id ,number_of_copies )