A data engineer is tasked with processing data from an e-commerce website, stored in the `events` table. The table captures various customer actions such as register, search, browse, add_to_cart, and more. The goal is to create a view that displays a unique collection of actions and items in the cart for each user. Which query achieves this? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz