Changes between Version 3 and Version 4 of UseCase4


Ignore:
Timestamp:
01/06/22 00:34:24 (3 years ago)
Author:
193026
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase4

    v3 v4  
    2525) as business_avg_stars,
    2626        c.category_name,
    27         a.address_city
     27        a.address_city,
     28        b.business_hours,
     29        b.business_descr,
     30        b.business_phone       
    2831from
    2932        business b
     
    3235join address a on
    3336        b.business_id = a.business_id
     37where
     38        b.business_id = 4
    3439}}}
    3540