Changes between Version 9 and Version 10 of ImportantUseCase012


Ignore:
Timestamp:
01/21/25 07:03:35 (30 hours ago)
Author:
201205
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase012

    v9 v10  
    2929{{{
    3030select b.title, b.author, b.language, b.imageurl, l.condition, au.username, au.city, au.neighborhood, g.genre
    31 from book b join librarybook lb on b.bookid=lb.bookid
     31from book b join containslibrarybook lb on b.bookid=lb.bookid
    3232        join library l on l.inventoryid=lb.inventoryid
    3333        join appuser au on l.userid=au.userid