Multiple choice technology web technology

Suppose there is a rule set called “XXX” which has got 5 versions. Then class Rule-Rule set-Name will have ---- no. of instances and Rule-Rule set-Version will have ------ no. of instances

  1. 5, 5

  2. 5, 1

  3. 1, 5

  4. 1, 1

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

For a RuleSet with 5 versions, Rule-RuleSet-Name has 1 instance (one name entry) while Rule-RuleSet-Version has 5 instances (one per version like 01-01, 01-02, etc.). The name is shared across versions.