An Order Processing form retrieves order details from the user on page 21. The order
details should be displayed in a summarized format on page 22 for confirmation. View the
Exhibit and identify the correct syntax to be used to retrieve the session state.
A.
P21_ORDERDATE and: P21_ORDERTOTAL
B.
V (‘P21_ORDERDATE. and V (P21_ORDERTOTAL)
C.
&P21_QRDERDATE. And &P21_ORDERTOTAL.
D.
NV (‘P21_ORDERDATE’) and NV (‘P21_ORDERTOTAL’)
Explanation: