Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITE IN SQL STATEMENT Book(bookID, ISBN, title, author, publish-year, category) Member(memberlD, lastname, firstname, address, phone-number, limit) CurrentLoan memberID, bookID, loan-date, due-date) History(memberID, bookID, loan-date, return-date)

WRITE IN SQL STATEMENTimage text in transcribed

image text in transcribed

image text in transcribed

Book(bookID, ISBN, title, author, publish-year, category) Member(memberlD, lastname, firstname, address, phone-number, limit) CurrentLoan memberID, bookID, loan-date, due-date) History(memberID, bookID, loan-date, return-date) Members can borrow books from the library. The number of books they can borrow is limited by the "limit" field of the Member relation (it may differ for different members). The category of a book includes fiction, non-fiction, children's and reference. The CurrentLoan table represents the information about books that are currently checked out. When the book is returned to the library, the record will be removed from CurrentLoad relation, and will be inserted into History relation with the return-date. A library may have more than one copy of the same book, in which case each copy has its own bookID, but all copies share the same ISBN

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

Students also viewed these Databases questions

Question

EXPLAIN WHMIS legislation.

Answered: 1 week ago