After a data engineer adds a CHECK constraint to the 'sales' table with the command `ALTER TABLE sales ADD CONSTRAINT valid_date CHECK (item_date >= ‘2023-01-01‘);`, which command should they use to verify the constraint's successful addition? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz