What is the purpose of the %Table construct?

An Application Engine program has a SQL action with the following code:
INSERT INTO %Table(AETEST_TAO)
(PROCESS_INSTANCE
, AE_INT_1
, AE_APPLID
, AE_SECTION)
SELECT %ProcessInstance
, %Bind (AE_INT_1)
, %AEProgram
, %AESection
FROM PS_INSTALLATION
What is the purpose of the %Table construct?
A. %Table resolves to the correct state record.
B. %Table can improve performance by caching the table in memory.
C. %Table resolves to the assigned temporary table instance at run time.
D. %Table populates the state record with the results of the Select statement.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.