Multiple choice technology programming languages

Move by name performs

  1. Resets the values

  2. Copies the values of mathcing column names

  3. Copies and rests the value specified

  4. None of the above

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

Move by name copies the values from fields with matching column names in the source structure to the target structure. It does not reset values or perform copy-then-reset operations.