Create an ER model to represent the data use by the library.
The library provides books to borrowers. Each book is described by title, edition and year of
publication and is uniquely identified using the ISBN. Each borrower is described by his or
her name and address and is uniquely identified using a borrower number. The library
provides one or more copies of each book and each copy is uniquely identified using a copy
number, status indicating if the book is available for loan and the allowable loan period for a
given copy. A borrower may loan one or many books and the date each book is loaned out and
is returned is recorded. Loan number uniquely identifies each book loan.
You might also like to view...
Which of the following is likely to have a firmware component? (Choose all that apply.)
a. Video card b. Printer c. Network Interface Card d. Motherboard
Which one of the following folders is created when you upgrade a previous version of Windows to Windows 7?
a. Sylfol b. Windows .old c. Windows d. WinSys
Explain a problem inherent with video teleconferencing (VTC) and explain how it can be resolved.
What will be an ideal response?
Which one of the following expressions determines if the value of the balance variable is equal to zero?
a. 0 = balance b. balance == 0 c. balance = 0 d. balance <= 0