C2090-730 Web TestEngine demo

Exit VCEDump C2090-730 DB2 9 Family Fundamentals
Question 15 of 46
0% complete
Q15 Single choice

How should the following UDF be invoked in order to convert US currency values stored in the EXPENSES table into Canadian currency?

CREATE FUNCTION getratews11 (

country1 VARCHAR(100),
country2 VARCHAR(100) )
RETURNS DOUBLE
LANGUAGE SQL
CONTAINS SQL
EXTERNAL ACTION NOT DETERMINISTIC
BEGIN
...
END

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in