Choose tools->data block wizard, select view as the data source type, and base the block on the columns from the tablesA. Choose tool->data block wizard, select table as the data source
Trang 2QUESTION 1:
The accounting manager wants you to create a form that when queried will display a
calculated total of year to date actual expenditure for the fund code entered The values
needed to generate this summary data are store in multiple tables How would you
define the data source for this data block without having the DBA create a database
object?
A Choose tools->data block wizard, select view as the data source type, and base the
block on the columns from the tables
B Choose tool->data block wizard, select table as the data source type, and base the
block on the columns from the tables
C Select the data block node in the object navigator and click the create button
Choose to built the data block manually and alter the query data source argument
properties to enter the SELECT statement
D Select the data block node in the object navigator and click the create button
Choose to built the data block manually and alter the query data source type property
to table and enter the select statement in the query data source name property
E Choose tool->data block wizard, select stored procedure as the data source type and
base the blocks on the columns from the tables
F Select the data block nodes on the object navigator and click the create button
Choose to build the data block manually, alter the query data source type property to
'FROM' clause query', and enter the select statement in the query data source name
property
Answer: F
Explanation : Data source could be a FROM clause query for the data block FROM clause
query will not require to create any additional view or object on the database server Specify
FROM clause query in the object navigator and click create button and choose to build the
data block manually to specify the FROM clause query as a source
QUESTION 2:
You need to know the name of the master block driving the current block co-ordination
for use in an On-Clear-Details trigger Which system variable can you use to obtain this
Trang 3block, and SYSTEM_COORDINATION_OPERATION represents the coordination-causing
event that occurred on the master block
QUESTION 3:
The accounting manager wants you to create a form that when queried will display a
calculated total of year to date actual expenditures for the fund code entered The values
needed to generate this summary data are stored in multiple tables Which data source
type can you assign to the data block for this form without having the DBA create a
database object?
A Database table
B Transactional trigger
C Stored procedure
D FROM clause query
E Client side procedure
Answer: D
Explanation : Data source could be a FROM clause query for the data block FROM clause
query will not require to create any additional view or object on the database server Selecting
from multiple tables on the database server without creating any additional objects on the
database server can be achieved by making the data source of the data block a FROM clause
QUESTION 4:
You need to return a table of record displaying the account numbers of all the uses
customers but null for the account number of other customers Which data source would
you use to create the data block?
Explanation : Stored Procedure can act as a data source for the data block When it's used it
can accept parameters sent by client and retrieve data based on the parameters sent Stored
Procedure should be created first on the database server It can return null for account
numbers based on the select statement written
QUESTION 5:
You created a global record group in the order entry application This record group
should pass values to reports allowing a user to print a customer receipt Which built-in
could you use to pass the record group to another Oracle product?
Trang 4Explanation : RUN_PRODUCT Invokes one of the supported Oracle tools products and
specifies the name of the module or module to be run If the called product is unavailable at
the time of the call, Form Builder returns a message to the end user
QUESTION 6:
The next button on the Sales form will be used to invoke the ORD_ENTRY form When
the ord_entry form is invoked the data on both forms needs to be synchronized Which
built-in should you use to invoke the form in a modal window?
Explanation : CALL_FORM Runs an indicated form while keeping the parent form active
Form Builder runs the called form with the same Runform preferences as the parent form
When the called form is exited Form Builder processing resumes in the calling form at the
point from which you initiated the call to CALL_FORM
QUESTION 7:
The DBA has indicated that lock contention is occurring in the payroll application To
reduce contention you create a timer that will display an alert prompting the user to
commit a rollback data after they have held a lock for a specified period of time Which
built-in could you use in a When-Timer-Expired trigger to implement this functionality?
Explanation : SET_TIMER Changes the settings for an existing timer You can modify the
interval, the repeat parameter, or both It can be used with SET_APPLICATION_PROPERTY
to get the last timer that was expired
Trang 5QUESTION 8:
You need to change the text of popup menu that appears when a user right clicks the
mouse in the EMP_DATA block Where could you find the node for the popup menu in
the object navigator?
A Generate the menu module
B Regenerate the form module that the menu will be attached to-
C Designate the location of the form module
Answer: A
Explanation : After building the menu module it needs to generate the menu module to build
the MMX file then attach the file to the form module
QUESTION 10:
You are modifying the order entry application and want to disable all function keys that
have not been explicitly defined Which trigger can you define to accomplish this?
Explanation : A Key-Others trigger fires when an operator presses the associated key
A Key-Others trigger is associated with all keys that can have key triggers associated with
them but are not currently defined by function key triggers (at any level) A Key-Others
trigger overrides the default behavior of a Runform function key (unless one of the restrictions
apply) When this occurs, however, Form Builder still displays the function key's default
entry in the Keys screen
Trang 6QUESTION 11:
You are new to the development staff and need to determine the file system location for
a file in a project you are working on Where can you obtain this information from
within project builder?
You are creating a general ledger application and want the detain for posted general
applications to be stored in a temporary table before they are committed to the
general_entry table Which built-in can you use in a pre-commit trigger to create this
Explanation : FORMS_DDL Issues dynamic SQL statements at runtime, including serverside
PL/SQL and DDL All DDL operations issue an implicit COMMIT and will end the
current transaction without allowing Form Builder to process any pending changes, as well as
losing any locks Form Builder may have acquired
QUESTION 13:
You have created a customized menu You want users to be bale to run a SQL report
form menu item without having to provide their username and password Which two
predefined substitution parameters can you use? (Choose two)
Trang 7Explanation : RUN_PRODUCT can run a SQL report from menu itme PW and UN are
predefined substitution parameters that you can use
QUESTION 14:
You need to include a calender class in the orders_entry forms so users can quickly
select a date for the ship_date field Which trigger could you use to display the calender
when a user invokes the list of values for the ship_date field?
Explanation : KEY-LISTVAL trigger is used to display lists Calendar class can be
displayed using the KEY-LISTVAL trigger when user invokes the list of values
QUESTION 15:
You have created a multiform payroll application Which built-in can you use to
perform navigation between open forms? (Choose three)
Explanation : CALL_FORM opens the form in modal view and NEW_FORM will hide the
current calling form GO_FORM, PREVIOUS_FORM and NEXT_FORM can navigate
through an open forms in the application
QUESTION 16:
You modify the layout of a block using the Layout Wizard When you are finished, you
notice that there is an additional frame on your canvas and in the Object Navigator
Why did thus frame appear?
A You did not specify a frame title in the Layout Wizard
B You did not select a frame before invoking the Layout Wizard
C You clicked the Finish button in the Layout Wizard without navigating through all the
screens
D You invoked the Layout Wizard from the top menu, rather than from the popup menu
that appears when you right-click the canvas
Trang 8Answer: B
Explanation : To modify the layout of an existing block using the Layout Wizard you should
first select the frame before invoking the Layout Wizard The Layout Wizard will create
additional frame if existing frame is not selected
QUESTION 17:
Which built-in subprogram can be used to link form modules in an application, allowing
the user to work in them concurrently?
Explanation : The OPEN_FORM built-in procedure is used to start another form in a
modeless window from a current form session This enables the user to work in multiple
forms concurrently The OPEN_FORM built-in may be used in a trigger or a menu item
QUESTION 18:
You want to capture the username and password for the current user Which built-insubprogram
can you use?
Explanation : The GET_APPLICATION_PROPERTY unrestricted built-in subprogram can
be used to capture the operator's username and populate a global variable with it The
GET_APPLICATION_PROPERTY built-in is used to return information about the current
Form Builder application, such as the operator's username and password, the current form, the
name of the calling form if the current form is called, and much more
QUESTION 19:
You have created a LOV that displays the DEPT_ID and DEPT_NAME columns and
returns a value only for the DEPT_ID column Users want to select a department from
the list of the DEPT_NAME columns only How would you resolve this question?
A Set the Visible property to No for the DEPT_ID text item
B You cannot hide or remove the DEPT_ID column from the LOV because the
Trang 9DEPT_ID column is the primary key in both the data block and the database table
C Create a Key-Listval trigger for the text item in which you write a SELECT statement
to query the database table DEPT_ID value for the selected DEPT_NAME value
D Set the Display Width property to 0 (zero) for the DEPT_ID column in the Column
Mapping properties for the LOV
Answer: C
Explanation : The best option is to create a Key-Listval trigger on the text item and write the
SELECT statement to retrieve the DEPT_ID from the specified table
QUESTION 20:
When you create a radio group, you decide to leave the Mapping of Other Values
property blank Which statement is true?
A You will receive an error when you try to run the form
B You will receive an error when you try to generate the fmx file
C At run-time, you will be able to enter values with no radio button defined by rightclicking
the item and choosing Other Values from the popup menu
D At run-time, you will not be able to retrieve rows from the database containing values
for which no radio button is defined
Answer: D
Explanation : Mapping the values for the radio group is necessary to be able to retrieve rows
from the database that contains the values for which the radio button is defined You will not
be able to retrieve the rows from database at run time if you don't keep the Mapping of Other
Values property blank at design time
Explanation : DEFAULT_VALUE Copies an indicated value to an indicated variable if the
variable's current value is NULL If the variable's current value is not NULL,
DEFAULT_VALUE does nothing Therefore, for text items this built-in works identically to
using the COPY built-in on a NULL item If the variable is an un definedglobal variable,
Form Builder creates the variable
QUESTION 22:
Trang 10How would you convert an inherited property to a variant property?
A Type over the inherited value with a new value
B Copy the property class and save with a new name
C Copy the property to be changed into a new property class and change the values
D An inherited property cannot be converted to a variant property
Answer: A
Explanation : Inherited property can be converted to a variant property when you type over
the inherited value with new value that you specify
Explanation : SHOW_LOV returns a Boolean indicating whether or not the user selected a
value from the LOV You could check this value and execute different logic depending on
whether or not a value was selected
QUESTION 24:
Which built-in subprogram can you use to navigate to the instance of the current item in
the previous record?
Explanation : UP built-in Navigates to the instance of the current item in the record with the
next lowest sequence number
QUESTION 25:
You are building a new application using generic code where possible, accessing Forms
variable names at runtime Which two built-ins can you use to access the Form
Trang 11variables? (Choose two)
Explanation : GET_PARAMETER_LIST Searches the list of parameter lists and returns a
parameter list ID when it finds a valid parameter list with the given name And
SET_APPLICATION_PROPERTY return property values of the application Both can be
used to access the form variables
QUESTION 26:
Exhibit
All items have been created with default properties There is a Pre-Text-Item trigger on
Item B with the following code:
if :blockname.item_b> '10' then
raise form_trigger_failure;
end if;
The cursor is in Item
A You press [Tab] Which statement is true?
A Input focus will change to Item C
B External navigation will not occur
C Internal navigation will not occur
D The form will exit due to a fatal error
E A message indicating navigation failure will automatically be displayed
Answer: C
Explanation : Pre-Text-Item Perform an action before Form Builder navigates to a
Trang 12text item from the record level No internal navigation will occur when moving from the text
item to another
QUESTION 27:
There is a column in the EMPLOYEE database table that indicates whether an
employee is salaried or paid by the hour This column has a NOT NULL constraint, and
is currently a text item in a form that you are developing
You are converting the existing text item to a check box You change the Item Type
property to Check Box in the item's Property Palette To make the check box look and
function as needed, what are three of the other properties you should set? (Choose three)
A Label
B Data Type
C Initial Value
D Maximum Length
E Copy Value from Item
F Value When Unchecked
G Synchronize with Item
Answer: A, C, F
Explanation : When converting the text item to a checkbox item the Label , Initial value and
the value when checked must be set for the check box
QUESTION 28:
Which master detail property would you use to delete the master record, but prevent
detail records from being deleted?
Explanation : The Master Deletes property of a relation identifies how deletions in a master
block are handled In this scenario, you wanted to delete all detail records when a master
record was deleted To do so, you should set the Master Deletes property of the relation to
Cascading Default is not a valid Master Deletes property When the Master Deletes property
is set to Non-Isolated, master records cannot be deleted if associated detail records exist
When the Master Deletes property is set to Isolated, master record deletions only affect the
master records, and any associated detail records remain intact
QUESTION 29:
The items form contains the master detail relationship for inventory items and inventory
Trang 13stock available Users may delete an inventory item if the QUANTITY_ON_HAND=0
Which commit trigger can you use to implement a cascade delete for the item?
Explanation : The Pre-Delete trigger, which is a Pre-DML trigger, will fire four times It fires
once for each record that is marked for delete, just before the row is deleted in the database
The Pre-Delete trigger fires before a row is deleted during the Post and Commit Transactions
process
QUESTION 30:
You are creating the SAL_INFO data block on the EMP_QUERY form The SALARY
field should only be populated if the logged on Since this query can return a large
number of records You have created a stored procedure, which uses a REF cursor on
which to base the data block How would you create the data block?
A Click the data blocks mode in the object navigator and click the create button
Choose to create the data block manually and enter the procedure name in the query
data force columns property and the procedure code in the query data source
arguments property
B Choose tools -> Data block, select table as the data source type and place the data
block on the columns included in the procedure
C Select the data block node in the object navigator and click the create button
Choose to build the data block manually
Alter the query data source type property to REF cursor and enter the name of the
procedure in the query data source name property
D Select the data blocks nose in the object navigator and click the create button
Alter the query data source name query data source column and query data source
property to create a stored procedure that uses a REF cursor
E Launch the data block wizard Select stored procedure as the data source type and base
the block on the procedure
Answer: E
Explanation : Stored Procedures can use REF Cursors and they can be the source for the data
block To set that use the data block wizard and select the specified stored procedure as the
data source and base the block on the procedure
QUESTION 31:
Which built-in can you use to replace the associated query of a record group?
Trang 14return_code := POPULATE_GROUP_FROM_QUERY ('customers', 'SELECT id, name
FROM customer WHERE state = 'Texas');
END;
QUESTION 32:
Which mouse movement trigger can you use to initiate an action when the cursor
navigates out of the current item?
Explanation : When-Mouse-Leave mouse movement trigger is used to track mouse moving
when moving a way from the object When-Mouse-Enter is used when mouse enters the area
of the specified object
QUESTION 33:
You need to add an existing chart to the EMP canvas How would you embed this chart
on the form object?
A Choose the chart wizard to provide the source file and location on the canvas
B Use the chart wizard to provide the data block source for the data
C Chose file -> import form the menu, select the source file and position on the canvas
D Use the chart item tool in the layout editor to click and drag the location, Choose to
create the chart manually and alter the chart property palette to provide the source file
Answer: D
Explanation : Embedding a chart object on the form is done by using the chart item tool in
Trang 15the layout editor to click and drag the location , Choose to create the chart manually and alter
the chart property palette to provide the source file
Explanation : The MENUDEF.MMB file contains the structure of the default menu that can
be modified The MMX file holds the executable module of the menu
QUESTION 35:
Payroll application users wants to be able to save a record by pressing a function key
They have complained that having to click on the save button with the mouse slows
down data entry To perform this task you perform a key trigger for the F2 function key
that will save a record when pressed What affect will this change have on the key
default functionality?
A This change will have no effect on the key's default functionality because it will
overwrite the trigger
B The default functionality is replaced by the PL/SQL code in the trigger defined for the
key
C Form will determine if the default functionality of the trigger should have precedence
and you see appropriate one based action performed by the user
D Key triggers cannot be used to replace the default functionality of function keys
Answer: B
Explanation : Function keys can have different functionality by placing PL/SQL code on the
key trigger for the specified function key When code is written in the trigger it will replace
the default functionality of the function key
QUESTION 36:
You are creating a new project for the payroll application The legacy application
contains some forms and imports that you want to include in the new application If you
add an existing FMB file to this project how can you make sure that FMX is also
included?
A Set the option to include implicit items
B Generate a new FMX
Trang 16C You cannot use pre-existing FMB files
D Explicitly identify which pre-existing FMX is dependent on FMB
Answer: D
Explanation :
.fmx - contains the executable code of a form module
.fmb - contains the source code of a form module
If you add an existing FMB file to the project you should explicitly identify which preexisting
.FMX is dependent on FMB
QUESTION 37:
You have defined all roles necessary for the payroll application You still need to do
some testing on the application and want to disable menu roles security temporarily
Which menu module property should you change?
A Menu Module Roles
B Startup Code
C Use Security
D Identification
Answer: C
Explanation : The Use Security menu module property enables security check for that menu
It can be disabled by changing the value of this property in the menu
QUESTION 38:
You are creating a multiform application and need to pass data between forms Which
limitation will you have if you use form parameters as means of passing this data?
A Only visible to the current form in the run form session
B Can only have a data type of CHAR
C Can only be used as INPUT parameter
D Length of CHAR parameter is only 64k
Answer: C
Explanation : Form parameter can only be used as INPUT parameter when opening other
forms
QUESTION 39:
If the operator initiates a query, when will the PRE-QUERY trigger fire?
A After the cursor has moved out of the queried item
B Before the query criteria has been entered
C After the block has been exited
Trang 17D After the query criteria has been entered
Answer: D
Explanation :
The events that take place during Form Builder query processing are:
1.) The Pre-Query trigger fires, if defined, while the form is in Enter Query mode
2.) Form Builder constructs the SELECT statement from block criteria or criteria enter by the
operator
3.) The query is performed
4.) Column values are fetched into the base table items in the form creating a record
5.) The record is marked as valid
6.) The Post-Query trigger fires
7.) Item and record validation occurs if the record was modified by a trigger
8.) Step four through seven is repeated until there are no remaining records for the query
QUESTION 40:
You are creating the ORDERS form that contains a text item called Date_Ordered How
could you ensure that when a new record is entered, the Data_Ordered item displays the
current data in DD-MON-YYYY format?
A In the Data_Ordered Item Property Palette, set the Initial Value property to $$date$$
B In the Data_Ordered Item Property Palette, set the Default Value property to
SYSDATE
C You must use a Pre-Insert trigger to accomplish this task
D You must use a Pre-Commit trigger to accomplish this task
Answer: C
Explanation : Pre-Insert trigger Manipulate a record prior to its being inserted in the
database during the default Post and Commit Transactions process
QUESTION 41:
When does external navigation occur?
A When the navigation unit is outside the form
B When the cursor input focus changes
C When the input focus goes outside of the Mouse Navigation Limit
D When you click on an tem with Mouse Navigable set to No
Answer: B
QUESTION 42:
You are creating two calculated items in the ORDER form to display totals for each line
item and for the order Which calculation modes for each calculated item would you use
Trang 18to accomplish the task?
A Summary mode for both items
B Formula mode for both items
C Formula mode for an item that displays the order total, and summary mode for an item
that displays the line item total
D Formula mode for an item that displays the line item total, and summary mode for an
item that displays the order total
Answer: D
QUESTION 43:
How could you associate a data block with more than one frame?
A Use the Layout Wizard in reentrant mode to associate the data block with an additional
frame
B Alter the Frame value in the Property Palette for the data block
C Use the Data Block Wizard in reentrant mode to associate the data block with an
C Block processing triggers
D Triggers that can be fired in Enter Query mode
Answer: A
QUESTION 45:
The EMPLOYEE form contains the CV_SALARY, CV_EMP, and CV_HELP content
canvases Each canvas is displayed in its own window How could you toggle between the
CV_SALARY and CV_EMP canvases without closing the CV_HELP canvas?
A Create the CV_HELP canvas in a modal window
B Create the CV_SALARY and CV_EMP canvases in modal windows
C Create all three canvases in modeless windows
D A canvas must be dismissed before another canvas can become active
Trang 19Answer: D
QUESTION 46:
What is true when your form is in Enter-Query mode?
A You cannot navigate out of the example record
B You cannot execute the query without entering search criteria
C You cannot exit Enter-Query mode without executing the query
D You cannot query an invalidated item in the current form
Answer: A
QUESTION 47:
You created a multi-record block in your form displaying five text items per record The
cursor is in the last field of the first record The navigation style property has not been
altered You select Field ->Next from the menu
Where does the cursor navigate?
A To the last field of the next block
B To the first field of the next block
C To the first field of the first record
D To the first field of the second record
Answer: C
QUESTION 48:
When does transaction processing occur?
A When the user selects Action ->Post from the menu
B When the user selects Action ->Rollback from the menu
C When the COMMIT_FORM built-in is called from a trigger
D When the POST_CHANGES built-in is called from a trigger
Answer: C
QUESTION 49:
Which master detail property would you use to delete the master record, but prevent
detailed records from being deleted?
A Non-isolated
B Cascading
Trang 20C Isolated
D Restricted delete
Answer: C
QUESTION 50:
You need to allow the user to toggle between automatic query and no automatic query
using a popup menu Which built-in could you use in the menu item command to obtain
the relationship name?
You are creating the SAL_INFO data block on the EMP_QUERY form The Salary field
should only be populates if the logged on user is a manager Since this query could
potentially return a large number of record You want to limit the records returned to
20 at a time Which data source type should you base in data block?
A From clause query
B Database Table
C Database View
D The client side procedure using the LOV
E Stored procedure using a table of records
F Stored procedure using a RED cursor
Answer: F
QUESTION 52:
The Orders form contains the dynamic list items, which you want to be loaded with the
values from the queries record group for the items field Which built-in can you use to
populate this list items with the values from the Record group?
Trang 21Answer: D
QUESTION 53:
When a user attempts to drag and drop an item in the Sales form the cursor property
style should appear as BUSY Which built-in would you use to alter the appearance of
You created a report in form builder and want to set the destination type to File Where
can you set the report destination type?
A Use the copy_report_output built-in in a trigger
B Set the format in the report object property palette
C Set the report destination type using the report wizard
D Set the format in the form property sheet
Answer: B
QUESTION 55:
You are creating a custom menu module and want to use custom username substitution
parameter How must substitution parameters be defined?
A User character variable of type CHAR
B Two character variable of type CHAR
C Four character variable of type NUMBER
D Twenty five character variable of type CHAR
Answer: B
QUESTION 56:
You are planning a new application and want to limit the use of key triggers where
possible What is one region you would have to use key triggers in the application?
Trang 22A Perform validation using function keys
B Replace default functionality of function keys
C Perform data manipulation using function keys
D Amend navigation using function keys
Answer: B
QUESTION 57:
You are working on a complex project that includes many different file types What is
available in the project navigator to allow you to see the source file on which another
You establish access to menu modules using rules You have allowed the sales role to
access the menu module but prevented access to the update menu item Which item
property would you alter to gray out the menu option for the role?
A Item Roles
B Menu Item Roles
C Displays without privilege
D Use Security
E Command Type
Answer: C
QUESTION 59:
You are developing the payroll application that contains the SALARY and
COMMISSION forms When a user invoked the COMMISSION form from the
SALARY form, the SAL value should be passed to the COMMISSION form In which
form and what time should you define the parameter to accept the value?
A Salary form at run time
B Salary form at design time
C Commission for at runt time
D Commission form at design time
Trang 23You want to skip validation on one of the items in a form, so that validation is not
performed on that particular item How could you do this?
A Set the item's Item Is Valid property
B Set the item's Automatic Skip property
C Set the item's Database Item property to No
D Set the validation unit to Record instead of Item
Answer: B
QUESTION 62:
In the Customer application, you want to display the salesperson's name for each
customer In the CUST block, you create a display item, salesperson The display item
will be populates using a WHEN-VALIDATE-ITEM trigger on the Cust_id text item
This is the trigger code:
Trang 24A When you are creating a control block
B When there is an existing block in the form
C When you check the Enforce Data Integrity check box
D When a foreign key exists in the database which relates to the table you are using as a
data source
Answer: B
QUESTION 65:
In Form Builder you attempt to compile a trigger You receive a compilation error that
gives no clear indication of the problem What are two likely causes? (Choose two)
A Dividing by zero
B Missing semicolon
C Mismatched quotes
D Mistyped variable name
E Trigger defined on wrong item
F Trigger defined at wrong item
Answer: B, C
QUESTION 66:
In the Order Entry application, a form contains the ORD_IN data block You need to
create an item in the data block to display the customer's credit limit Since users are
not permitted to alter a customer's account information, this item should be a read-only
Trang 25text box
What is the best method for accomplishing this task?
A Create a text Item tool in the Layout Editor to create the item and set the Item Property
to 'No'
B Use the Display Item tool in the Layout Editor to create the item and set the Item
Property to 'No'
C Use the Display Item tool in the Layout Editor to create the item and set the Column
Name Property to the appropriate value
D This task cannot be accomplished because a form module item cannot be a read-only
text box
Answer: B
QUESTION 67:
When a user updates the Salary item, you want to ensure that the net value is higher
than the existing value before it is inserted into the base table Which trigger would you
You created a form that has two data blocks Which two default navigation methods can
a user employ to move the cursor from the first block to the second block? (Choose two)
A Press the [NEXT BLOCK] function key
B Click an item in the second block with the mouse
C Click the single right-arrow icon on the menu toolbar
D Right-click an item in the first block, and choose Next Block from the pop-up menu
Answer: A, C
QUESTION 69:
Which chart style can you use in your form to represent values as the length of the
column against the xaxis?
A Pie
Trang 26What is one advantage of basing a data block on a FROM clause query?
A Performing joins, lookups and calculations on the server without having to define a
view for everyone
B Enter user defined parameters at run time
C Using any PL/SQL code in the SELECT statement
D Performing query and DML operations using a single SELECT statement using a
subquery
Answer: A
QUESTION 71:
The account receivable application requires the use of two forms for posting payment
transactions The initiating form calls the second form and has pending changes In
which mode does form builder displays the called form?
Which two built-in would you use to remove the HOUR_ALARM timer using the
TIMER_ID parameter? (Choose two)