1Z0-750 Exam Question 46
Which best describes how Session State Protection works?
1Z0-750 Exam Question 47
George used to Create Page Wizard to create a calendar on the DEMO_ORDERS table based on the ORDER_TIMESTAMP column. However, the calendar shows only the month and list views.
What does George need to do to show week and day views?
What does George need to do to show week and day views?
1Z0-750 Exam Question 48
Ellie has two related interactive grids on a page. Which two steps must she perform to create a master detail relationship between them? (Choose two.)
1Z0-750 Exam Question 49
Morgan has a report and form on the EMP table. He updated the form by adding a display-only item P5_Loc and change event dynamic action on PS_DEPTNO to populate the Item using Set Value with this SQL:
select loc from dept
where deptno = :P5_DEFTNO;
When Morgan runs the patje, he gets this error:
apex_error_code:
WWV_FLOW_DML. COLUMN_NOT_ FOUND
original massage: Column LOC not found in table EMP
What should Morgan do to prevent this error?
select loc from dept
where deptno = :P5_DEFTNO;
When Morgan runs the patje, he gets this error:
apex_error_code:
WWV_FLOW_DML. COLUMN_NOT_ FOUND
original massage: Column LOC not found in table EMP
What should Morgan do to prevent this error?
1Z0-750 Exam Question 50
Which two are true about using the Create Page Wizard to create a report with "Report with Form on Table"?