Which of the following code blocks creates a new DataFrame with a column named `employeesPerSqft` calculated as the division of `numberOfEmployees` by `sqft` from the original DataFrame `storesDF`? The `employeesPerSqft` column does not exist in `storesDF`. | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz