Online Access Free 1Z0-241 Exam Questions
Exam Code: | 1Z0-241 |
Exam Name: | PeopleSoft Application Develper I: PeopleTools and PeopleCode |
Certification Provider: | Oracle |
Free Question Number: | 192 |
Posted: | Aug 29, 2025 |
Examine this PeopleCode snippet:
Local Rowset &RSCUST, &RSSTUD;
&RSCUST = GetRowset(RECORD.CUST_TBL);
&RSSTUD = CreateRowset(RECORD.STUDENT_TBL);
&RSCUST.CopyTo(&RSSTUD, RECORD.CUST_TBL, RECORD.STUDENT_TBL);
Select the correct statement.