To ensure the successful execution of the command intended to add a check constraint on the `routes` table, which of the following modifications would you recommend? The original command is: `ALTER TABLE routes ADD CHECK (distance > 0)`. | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz