A Delta Lake table named `activity_data` includes a `CHECK` constraint called `correct_coordinates` to ensure valid geographic ranges (latitude between -90 and 90; longitude between -180 and 180). If a batch write operation attempts to insert a dataset containing at least one record with a longitude of 185, what will be the result of this operation? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz