Changes between Version 9 and Version 10 of ImportantUseCase012
- Timestamp:
- 01/21/25 07:03:35 (30 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase012
v9 v10 29 29 {{{ 30 30 select 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.bookid31 from book b join containslibrarybook lb on b.bookid=lb.bookid 32 32 join library l on l.inventoryid=lb.inventoryid 33 33 join appuser au on l.userid=au.userid