Open In App

UGC-NET | UGC NET CS 2015 Jun – II | Question 16

An Assertion is a predicate expressing a condition we wish database to always satisfy. The correct syntax for Assertion is :
(A) CREATE ASSERTION ‘ASSERTION Name’ CHECK ‘Predicate’
(B) CREATE ASSERTION ‘ASSERTION Name’
(C) CREATE ASSERTION, CHECK Predicate
(D) SELECT ASSERTION

Answer: (A)
Explanation:
Quiz of this Question

Article Tags :