Given a table `temp_data` with a column `raw` containing JSON data that records temperatures for every four hours in the day for Chicago, how would you calculate the maximum temperature ever recorded at 12:00 PM across all days? Parse the JSON data and use the necessary array function to find the max temperature. | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz