Q1. Examine this code used in Quick SQL: students name roll no num Quick SQL is using default settings. Which table creation script or other output is produced?
A.An Invalid column definition error message will be displayed.
B. create table students ( id number generated by default on null as identity constraint students id pk primary key, name varchar2 (255 char) not null, roll no number ) ;
C. create table students ( id number generated by default on null as identity constraint students_id_pk primary key, name varchar2 (255 char), roll_no number ) ;
Correct Answer: C
Q2. When a table or a SQL query returns many rows, an Interactive Grid is best displayed to the user with pagination. The two types of pagination available are:
A.Scroll
B. Page
C. Page and Scroll
D. No Pagination
Correct Answer: C
Q3. When you click a Customer Name in the Customers report, the Customer Details form dialog page is displayed. What are the events that occur in this scenario?
A.Page Processing
B. Page Rendering
C. Page rendering and processing
D. Page compilation
Correct Answer: C
Q4. Which two statements are true about creating and using dynamic actions?
A.Once you create a dynamic action, you cannot add additional true actions.
B. If no client-side condition is defined, true actions will not fire.
C. You can execute JavaScript code by creating a dynamic action.
D. If a client-side condition is defined, the true action will fire when the condition is met, and the false action will fire when it is not
Correct Answer: C, D
Q5. Which two are valid evaluation points for Authorization Schemes?
A.Never
B. Once per session
C. Once per page view
D. Once per user
Correct Answer: A, C
$ 39
Reviews
There are no reviews yet.