exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 646 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 646
Topic #: 1
[All SnowPro Core Questions]

A tabular User-Defined Function (UDF) is defined by specifying a return clause that contains which keyword?

  • A. ROW_NUMBER
  • B. TABLE
  • C. TABULAR
  • D. VALUES
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
PrasantSadangi
4 months, 1 week ago
Selected Answer: B
CREATE FUNCTION t() RETURNS TABLE(msg VARCHAR) AS $$ SELECT 'Hello' UNION SELECT 'World' $$;
upvoted 1 times
...
tennyalad
10 months ago
Selected Answer: B
https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-tabular-functions
upvoted 1 times
...
tennyalad
10 months ago
B https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-tabular-functions
upvoted 1 times
...
MultiCloudIronMan
1 year, 1 month ago
Selected Answer: B
Correct
upvoted 1 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 ...