Changes between Version 1 and Version 2 of View1


Ignore:
Timestamp:
08/21/26 09:05:38 (25 hours ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • View1

    v1 v2  
    4343==== Logic explanation
    4444**1.** The basic product information is retrieved from `product`.
     45
    4546**2.** The `sells` relationship connects each product with the stores selling it.
     47
    4648**3.** Store information is retrieved from `store`.
     49
    4750**4.** The current quantity and possible discount are displayed from `sells`.
     51
    4852**5.** A similar product can appear multiple times if it is sold by multiple stores.
    4953