List products that are viewed but not purchased by users
## Summary A production incident occurred when querying **viewed-but-not-purchased** products returned incorrect results. The root cause was flawed JOIN logic and incorrect filtering conditions in SQL queries against the `user_behavior` dataset. Specifically: – **Missing correlation** between user behavior sessions and purchases – **Incorrect date handling** for purchase verification windows – **Failure to account for multi-product … Read more