124
Check Constraints
In Oracle, Check Constraints have the specific condition for each row of the table.
Using a CREATE TABLE statement
Syntax:
Example 1
Note : During creating the table we have applied a constraint, in which only 1 to 10 rows can be inserted. So, in below query 12 fields are inserted. If will generate an error message.
Next TopicComments