Changes between Version 8 and Version 9 of ImportantUseCase1
- Timestamp:
- 12/14/22 17:09:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase1
v8 v9 43 43 [[Image(1-05.jpg)]] 44 44 {{{#!sql 45 select username, firstname, lastname, locationname from users u 46 join workers w on w.userid=u.userid 47 left join locations l on l.locationid=w.locationid 48 where u.userid=4 45 select articlename, quantity from articles a 46 left join storedarticles s on s.articleid=a.articleid 47 where s.locationid=1 49 48 }}} 50 49 *Statement-от погоре е само пример - податоците ќе се земат во однос кој магационер е најавен. \\