You are given a Spark DataFrame 'df' with a numerical column 'score'. Write a code snippet that computes the variance and skewness of the 'score' column using Spark SQL functions, and explain the steps involved. | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz