Exam PEGACSSA72V1 All QuestionsBrowse all questions from this exam
Question 14

You have a requirement to update account information in an external database. Account information is stored in a single table.

What are the two necessary steps to read and write data to the database table? (Choose two.)

    Correct Answer: A, C

    To read and write data to an external database table, you need to perform steps that ensure proper integration with the database. First, configuring activities to read and write data using Obj-methods allows for the execution of database operations such as Obj-Browse or Obj-Save, which are tailored for updating and fetching data. Secondly, running the External Database Table Class Mapping wizard facilitates mapping your database table to the class structure in your application, enabling seamless data operations between your application and the external database. Creating local storage is not necessary as the requirement is to update the external database, and configuring a data page to use SQL connect rules is not a fundamental step required for the objective.

Discussion
andibasoOptions: AC

It should be A&C

Andrew_SOptions: AB

Answer D is not correct ...D. Create a local storage to hold the data.

skjunkieOptions: AC

Agreed. A&C