Changes between Version 1 and Version 2 of View2
- Timestamp:
- 08/21/26 08:54:48 (25 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
View2
v1 v2 49 49 ==== Logic explanation 50 50 **1.** The basic order information is retrieved from `order`. 51 51 52 **2.** The `makes_order` relationship connects each order with the client who made it. 53 52 54 **3.** Client information is retrieved from `client`. 55 53 56 **4.** The `includes` relationship connects orders with the products they contain. 57 54 58 **5.** Product information is retrieved from `product`. 59 55 60 **6.** The result provides customer, order, and product information in a single view. 61 56 62 **7.** An order containing multiple products can appear in multiple rows, one for each included product. 57 63
