- Home
- Oracle Certification
- 1Z1-750 Exam
- Oracle.1Z1-750.dumpsfiles Dumps
Free Oracle 1Z1-750 Exam Dumps Questions & Answers
| Exam Code/Number: | 1Z1-750Join the discussion |
| Exam Name: | Oracle Application Express 18: Developing Web Applications |
| Certification: | Oracle |
| Question Number: | 75 |
| Publish Date: | Sep 04, 2026 |
|
Rating
100%
|
|
Total 75 questions
Kevin has been asked to create a percentage bar chart that shows what percentage of project were over budget and under budget. Initially his chart looks like.
However, he wants the chart to look like.
What chart attribute should Kevin change to fix this display issue?
Michael has developed an app for tracking product defects. His navigation menu lists each product. He has defined application items and computations to hold the number of defects for each product.
For example, for Hedgers, he has defined the application item HEDGER_DEFECT.
How can Michael add the number of open defects in the navigation menu entries?
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?
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?