Write a PostgreSQL query that finds the user or users with the highest valid score across Air Apps products. Only scores from completed sessions count, and ties should all be returned.
Return `user_name`, `app_name`, and `highest_score`Ignore rows where `completed = false`Return all tied users if multiple people share the top score