What is good way for you to lookup the product description for each transaction?

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?

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.
SQLLOOKUP ( )

B.
DBLOGIN ()

C.
SQLEXEC ( )

D.
DBLOOKUP ( )



Leave a Reply 0

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