Changes between Version 9 and Version 10 of ImportantUseCase1


Ignore:
Timestamp:
12/14/22 17:54:51 (19 months ago)
Author:
201065
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v9 v10  
    5353[[Image(1-06-2.jpg)]]
    5454{{{#!sql
    55 select username, firstname, lastname, locationname  from users u
    56 join workers w on w.userid=u.userid
    57 left join locations l on l.locationid=w.locationid
    58 where u.userid=4
     55select a.articlename, s.quantity, l.locationname, a.description from articles a
     56left join storedarticles s on s.articleid=a.articleid
     57left join locations l on l.locationid=s.locationid
     58where a.articleid=3
     59}}}
     60{{{#!sql
     61select c.categoryname from categories c
     62left join article_belongs_to_category abtc on abtc.categoryid=c.categoryid
     63left join articles a on a.articleid=abtc.articleid
     64where a.articleid=3
    5965}}}
    6066*Statement-от погоре е само пример - податоците ќе се земат во однос кој магационер е најавен. \\