Here is a snippet of PeopleCode that uses the Fetch method of the SQL class. &SQL = CreateSQL("Select EFFORT_AMT from PS_PSU_TASK_EFFORT where TASK= :1", PSU_TASK_TBL.TASK); &Var1 = &SQL.Fetch(&Var2); Select the two correct statements. (Choose two.) A. &Var2 specifies which row…

WHERE a.ITEM_CD = b.ITEM_CD You copy and paste the SQL statement to a Do Select action, but it needs to be modified so that it populates the PSU_ORDERS_AET state record. What do you need to do? A. Change line 1…