You have source table with PRODUCT-ID column and target table with
PRODUCT_DESCRIPTION. On the target database is a lookup table containing product codes
and corresponding description. What is good way for you to lookup the product description for
each transaction?
A.
SQLEXEC ( )
B.
DBLOOKUP ( )
C.
DBLOGIN ()
D.
SQLLOOKUP ( )