Multiple choice technology databases

How do you propogate changes from one Branch to other

  1. By Merging

  2. By Sub Branching

  3. By Creating a view

  4. None of the above

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

In version control systems, changes are propagated from one branch to another by performing a merge operation, which integrates the history and modifications.