MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the right syntax for the assertion? |
| A. | create assertion ‘assertion-name’ check ‘predicate’; |
| B. | create assertion check ‘predicate’ ‘assertion-name’; |
| C. | create assertions ‘predicates’; |
| D. | all of the mentioned |
| Answer» B. create assertion check ‘predicate’ ‘assertion-name’; | |