0
22kviews
Explain Assertions and Triggers in detail.

Mumbai University > Computer Engineering > sem 4> database management system

Marks: 10M

Year: May16

1 Answer
0
93views

ASSERTION :

The CREATE ASSERTION statement names a new Constraint and defines the Constraint's deferral mode, initial constraint check time and its CHECK search condition. The required syntax for the CREATE ASSERTION statement is:

CREATE ASSERTION <Constraint name> 
CHECK (search condition) 
[ <constraint attributes> ]

CREATE ASSERTION defines a new …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.