You are working with a Spark DataFrame called storesDF read from a nested JSON file. Your task is to: - Display the schema to the console, ensuring full metadata is visible. - Programmatically verify if the top-level field location exists in the schema. Which of the following code blocks correctly performs these tasks? | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz