Multiple choice technology databases What is true in case of deferred constraints in Oracle? The Constraint condition is never checked The Constraint condition is checked only at the time of commiting the transaction The Constraint condition is checked only for newly inserted rows and will not be checked for already existing rows in the table The constraint condition is checked after a predefined time interval Reveal answer Fill a bubble to check yourself B Correct answer Explanation Deferred constraints in Oracle defer checking until the transaction is committed. This allows temporary violations during intermediate transaction steps, which are resolved before the changes are permanently saved.