Lucy created an interactive report on the EMP table. She wants to filter the report to show employees with JOB = SALESMAN.
Which two options could Lucy perform to add an equals filter on the Job column?
A.
Click Actions > Filter and select Job as column, equal sign (=) as operator, SALESMAN as Expression, and then click Apply.
B.
Enter salesman in the search bar text box.
C.
Click the Search icon (magnifying glass) on the search bar, and enter SALESMAN in the search bar text box.
D.
Add a where clause to the SQL Query to restrict the records returned.
E.
Click the Job column and select salesman from the column filter list of values
Answer:
AB
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
Jane" is creating a new application, users of the application will use SSO to authenticate. SS0 has been defined for the instance. Which step should Jane perform in the Create Application Wizard?
A.
Under Authentication, select Single Sign On (SSO).
B.
Include a Sign-in page in the list of pages.
C.
Include the Access Control feature.
D.
Update Advanced Settings to specify authentication.
RICKhas created an editable interactive grid on a table that include four audit columns: CREATED, CREATED_BY UPDATED, and UPDATED_By. The four audit columns are included in the report with read-only type set to Always. How can Rick update all four audit column when a user inserts a row, and the UPDATED_BY column when a user updates a row?
A.
using "Enable" Dynamic Actions
B.
using default values on the report columns
C.
using After Header Computations
D.
defining an After Submit process
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
Mark has created a modal form page to enter new calendar events. Mark now wants to call the form when an spot. How can Mark update the calendar region to call the form?
A.
Define a dynamic action of type click in the calendar region.
B.
Use the create link attribute and the APEXSNEW_START_DATE placeholder.
C.
In the rendering tree, right-click the calendar region and select the Link Form to calendar option.
D.
Use the create link attribute and use the :APEXSNEW_STANT_DATE bind variable.
E.
Use the view/edit link attribute to display the selected calendar entry.
Answer:
E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 7
You can control when an authorization scheme is validated by using the Evaluation Point. Select three valid Evaluation Points.
Which is the true about a workspace in Oracle APEX?
A.
It can be associated only with one schema.
B.
It can be associated with multiple schema from different database.
C.
It can be associated with multiple schema in the same database.
D.
It is not associated with any schema.
Answer:
C
Explanation: Reference: https://software.databasedevelop.com/article/11088364/add+multiple+schemas+in+one+workspac e
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
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.
A.
Update the item label.
B.
Set value required to No.
C.
Update the Item name.
D.
Change the source type to Null.
E.
Set the source database column to LOCATION.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 11
John has a form page with an email item and a status item. What must John do to ensure that the email Item is populated before users can enter any value into the status Item on the form page?
A.
dynamic action on the email item
B.
validation on the email item
C.
plug-in for the status item
D.
server-side condition on the status item
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
Which Is a predefined authentication scheme in Oracle Application Express?
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?
A.
Install the Sample REST Services packaged application.
B.
Navigate to the Shared Components section and configure a REST Enabled SQL resource
C.
Navigate to the ORDS RESTful services section of SQL workshop, select the appropriate schema, and click the "Register schema with ORDS' button.
D.
Navigate to workspace administration and in the Set Workspace Preferences section, set Enable RESTful Services to "Yes."