Multiple choice technology performance

In the web_reg_save_param function, what is the default value for the attribute ORD (Ordinality)?

  1. a.All

  2. b.Last instance

  3. c.1

  4. d.2

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

In web_reg_save_param, the ORD (Ordinality) attribute defaults to 1, meaning it captures the first occurrence of the matching value. ORD=All captures all occurrences into an array, and ORD=Last captures the final occurrence.