When working on a form, what is the difference between Insert and Update operations?
- A. Insert creates a new record and Update saves changes, both remain on the form
- B. Insert creates a new record and Update saves changes, both exit the form
- C. Insert saves changes and exits the form, Update saves changes and remains on the form
- D. Insert saves changes and remains on the form, Update saves changes and exits the form