Question 46
Martin has a text field on a page that he wants to protect with Session State Protection.
Select the four valid protection levels available to Martin. (Choose four.)
Question 47
Morgan has a report and form on the EMP table. He updated the form by adding a display-only item P5_LOC, and a change event dynamic action on P5_DEPTNO to populate the item using Set Value with this SQL:
select loc from dept
where deptno = :P5_DEPTNO;
When Morgan runs the page, he gets this error:
apex_error_code:
WWV_FLOW_DML.COLUMN_NOT_FOUND
original message: Column LOC not found in table EMP
What should Morgan do to prevent this error?
Question 48
You can control when an authorization scheme is validated by using the Evaluation Point. Select three valid Evaluation Points.
Question 49
Molly has created a multi-series chart on the EMP table that shows the average salary per job in each department.
The chart below is not showing the data correctly because there are no Analysis or Salesmen In Department 10.
How must Molly update the chart to correctly display the data?
Question 50
William has created the chart on the left, which displays values.
He wants to show the chart on the right, which displays percentages.
Which step should William perform to display percentages?
