최신Oracle Application Express 18: Developing Web Applications - 1Z1-750무료샘플문제
문제1
Ellie has two related interactive grids on a page. Which two steps must she perform to create a master detail relationship between them?
Ellie has two related interactive grids on a page. Which two steps must she perform to create a master detail relationship between them?
정답: A,C
문제2
ABC Company developed an employee directory by using an Interactive report.
The HP. manager (an end user) has customized his or her report to show only employees In the HR department, and wants to review the same report weekly.
How can the HR manager achieve this?
ABC Company developed an employee directory by using an Interactive report.
The HP. manager (an end user) has customized his or her report to show only employees In the HR department, and wants to review the same report weekly.
How can the HR manager achieve this?
정답: A
문제3
Which is the true about a workspace in Oracle APEX?
Which is the true about a workspace in Oracle APEX?
정답: A
문제4
Penny has created a special survey page, Pago 8, where she wants to hide the standard navigation menu.
Which two ways can Penny hide the navigation menu only for Page 8?
Penny has created a special survey page, Pago 8, where she wants to hide the standard navigation menu.
Which two ways can Penny hide the navigation menu only for Page 8?
정답: C,F
문제5
In Application Express, how do you enable a database schema assigned to the current workspace so that it can be used to serve ORDS based RESTful Services?
In Application Express, how do you enable a database schema assigned to the current workspace so that it can be used to serve ORDS based RESTful Services?
정답: B
문제6
Francisco has been tasked with creating a Frequently Asked Questions (FAQ) page. The page security requirements are defined as:
* Anyone who can access the application. In any capacity, shall also be able to view the new FAQ page.
Which page level Authorization Scheme and Authentication options should Francisco choose?
Francisco has been tasked with creating a Frequently Asked Questions (FAQ) page. The page security requirements are defined as:
* Anyone who can access the application. In any capacity, shall also be able to view the new FAQ page.
Which page level Authorization Scheme and Authentication options should Francisco choose?
정답: C
문제7
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
정답: D
문제8
Which is true about the Button Name attribute?
Which is true about the Button Name attribute?
정답: C