Changes between Version 1 and Version 2 of View1
- Timestamp:
- 08/21/26 09:05:38 (25 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
View1
v1 v2 43 43 ==== Logic explanation 44 44 **1.** The basic product information is retrieved from `product`. 45 45 46 **2.** The `sells` relationship connects each product with the stores selling it. 47 46 48 **3.** Store information is retrieved from `store`. 49 47 50 **4.** The current quantity and possible discount are displayed from `sells`. 51 48 52 **5.** A similar product can appear multiple times if it is sold by multiple stores. 49 53
