A CHECK constraint has been successfully databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for a CHECK constraint has been successfully added to the Delta table named activity_details using the following logic: ALTER

Full Certification Question

A CHECK constraint has been successfully added to the Delta table named activity_details using the following logic: ALTER TABLE activity_details ADD CONSTRAINT valid_coordinates CHECK ( latitude >= - 90 AND latitude = - 180 AND longitude <= 180 ); A batch job is attempting to insert new records to the table, including a record where latitude = 45.50 and longitude = 212.67. Which statement describes the outcome of this batch insert?