Q. Which of the following is the right syntax for the assertion? (Solved)
1. create assertion ‘assertion-name’ check ‘predicate’;
2. create assertion check ‘predicate’ ‘assertion-name’;
3. create assertions ‘predicates’;
4. all of the mentioned
- a. create assertion ‘assertion-name’ check ‘predicate’;