Given a DataFrame `df` with a column `text` containing sentences, how would you extract all occurrences of the word 'Spark' into a new column `spark_occurrences` using Spark? Provide the code snippet. | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz