Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-616 All Questions

View all questions & answers for the C2090-616 exam

Exam C2090-616 topic 1 question 21 discussion

Actual exam question from IBM's C2090-616
Question #: 21
Topic #: 1
[All C2090-616 Questions]

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)

  • A. Row
  • B. Table
  • C. Scalar
  • D. External C
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️
Reference: https://www.ibm.com/support/knowledgecenter/en/SSEPEK_11.0.0/sqlref/src/tpc/db2z_sql_createfuncinlinesqlscalar.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
db2tester
5 years, 1 month ago
The correct answer is : "C. Scalar"
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...