Which of the following code blocks returns a new DataFrame where: 1. The column `division` from DataFrame `storesDF` is replaced and renamed to `state` 2. The column `managerName` from DataFrame `storesDF` is replaced and renamed to `managerFullName`? | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz