Exam C2090-616 All QuestionsBrowse all questions from this exam
Question 18

What type of function is created using the following command?

CREATE FUNCTION TAN (X DOUBLE)

RETURNS DOUBLE -

LANGUAGE SQL -

CONTAINS SQL -

NO EXTERNAL ACTION -

DETERMINISTIC -

RETURN SIN(X)/COS(X)

    Correct Answer:

Discussion
db2testerOption: C

The correct answer is : "C. Scalar"