List the names of borrowers with overdue books.

What will be an ideal response?

RA: ? borrowerName (Borrower borrowerNo (? dateDue>‘today’s date’ (BookLoan)))
TRC: {BW.borrowerName | Borrower(BW) ? (?BL) (BookLoan(BL) ?

(BW.borrowerNo = BL.borrowerNo) ? (BL.dateDue> ‘today’s date’))}

DRC: {borrowerName | (?bNo, bAddress, copyNo, dOut, dDue)

(Borrower(bNo, borrowerName, bAddress) ? BookLoan(copyNo, dOut,
dDue, bNo) ? dDue>‘today’s date’)}

Computer Science & Information Technology

You might also like to view...

Line ________ or thickness can be adjusted around a shape

Fill in the blank(s) with correct word

Computer Science & Information Technology

Dragging or sizing affects all objects in a slide.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology