Question 21
As a project manager, you use spreadsheets to keep track of multiple projects. As you took-responsibility of more projects, you become tired of managing them in spreadsheets.
You have collected all of your project data in one single spreadsheet. You also want to maintain the data in an Oracle Database table by using an Oracle Apex application.
Which two action can you take?
Question 22
Robin develops many apps In her workspace that use various APEX plug ins. Some apps use the same plug-In as other apps. When a newt* version of a plug-in is available, Robin has to update the plug-in in multiple apps.
How can Robin upgrade a plug-In once and have all other apps that use the same plug-in get updated at the same time?
Question 23
George used the Create Page Wizard to create a calendar on the DEMP_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?
Question 24
Kyle' is developing a page with an interactive report, called Employees, using this query: - SELECT EMPNO, ENAME, JOB, DEPTMO FROM EMP WHERE DEPTHO = nv1 (: P3_DEPTHO, DEPTNO) On the page. Kyle adds a select list, called p3_deptmo, 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 Employs 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?
Question 25
David has created page 10 as a form page using an Automatic Row Fetch process. A column named LOCATION has been added to the underlying table, and the form needs to include this new the column.
Which is the minimum action required on the copied item to get the form working correctly.
