Suppose you have a DataFrame `df` with columns `user_id` and `subscription_type`. How would you ensure that each `user_id` is associated with just one unique `subscription_type`? Provide the Spark code to validate this. (Choose Two) | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz