Given a DataFrame df with columns 'id', 'name', and 'salary', you need to identify how many rows have a NULL value in the 'salary' column. Write the PySpark code to achieve this. | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz