A data engineer executes the following command to add a NOT NULL constraint on one of the columns of a Delta table that already had null values. ALTER TABLE universities ALTER COLUMN location SET NOT NULL; Which of the following would be the outcome if after executing the above command, the data engineer tries to add another null value in the location column of the Delta table?