SQL - CheckAndUserConstraint - Page9

                                                                                        


πŸ‘‰Check Constraint

Business rule validations can be applied to a table column by using the Check constraint.

Check constraints must be specified as a logical expression that evaluates either to true or false.


CHECK constraint at column level


CHECK constraint at table level

πŸ‘‰USER Constraints

The database engine stores information about constraints in a table called "User_Constraints".

Comments

Popular posts from this blog

SQL-ForeignKeyConstraint-Page6

Javascript-OOPs(Part3)-Inheritance - (9)

OraclePLSQL-Page3