Changes between Version 4 and Version 5 of ImportantUseCase1


Ignore:
Timestamp:
12/13/22 22:51:42 (19 months ago)
Author:
201065
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v4 v5  
    3232[[Image(1-04.jpg)]]
    3333{{{#!sql
    34 select firstname, lastname, locationname  from users u
     34select username, firstname, lastname, locationname  from users u
    3535join workers w on w.userid=u.userid
    3636left join locations l on l.locationid=w.locationid