Changes between Version 6 and Version 7 of ImportantUsecase4


Ignore:
Timestamp:
01/12/22 17:21:59 (2 years ago)
Author:
193270
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUsecase4

    v6 v7  
    1919
    2020{{{
    21 select p.id_chovek_prave
    22 from pozajmica as p,
     21select p.id_chovek_prave, p.id_na_kniga
     22from pozajmica as p
    2323join chlen as ch on ch.id_chovek=p.id_chovek_prave
     24join instanca_od_kniga as ik on p.id_na_kniga=ik.id_na_kniga
     25where p.id_chovek_prave=1;
    2426}}}
    2527== Чекор 4