Constraints:
- The Oracle CONSTRAINT clause allows you to restrict the data that is entered into a column to ensure that it is valid or that it meets certain conditions.
- The Oracle Server uses constraints to prevent invalid data entry into tables. The constraints store the validate data and without constraints we can just store invalid data.