Changes between Version 1 and Version 2 of View2


Ignore:
Timestamp:
08/21/26 08:54:48 (25 hours ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • View2

    v1 v2  
    4949==== Logic explanation
    5050**1.** The basic order information is retrieved from `order`.
     51
    5152**2.** The `makes_order` relationship connects each order with the client who made it.
     53
    5254**3.** Client information is retrieved from `client`.
     55
    5356**4.** The `includes` relationship connects orders with the products they contain.
     57
    5458**5.** Product information is retrieved from `product`.
     59
    5560**6.** The result provides customer, order, and product information in a single view.
     61
    5662**7.** An order containing multiple products can appear in multiple rows, one for each included product.
    5763