Video upload date:  · Duration: PT1H46M27S  · Language: EN

The data engineering team has a Delta table databricks video

data-engineer-professional video for the data engineering team has a Delta table named ‘users’. A recent CHECK constraint has been added to the table using the

This is a dedicated watch page for a single video.

Full Certification Question

The data engineering team has a Delta table named ‘users’. A recent CHECK constraint has been added to the table using the following command: ALTER TABLE users ADD CONSTRAINT valid_age CHECK ( age > 0 ); The team attempted to insert a batch of new records to the table, but there were some records with negative age values which caused the write to fail because of the constraint violation. Which statement describes the outcome of this batch insert?