Part 1: Constraints in SQL

Purpose: Use a constraint to define an integrity constraint—a rule that restricts the values in a database. The Oracle server uses constraints to prevent invalid data entry into tables. You…