QuestionQ83

Set up and navigate the Snowflake user interface and Snowflake Notebooks

Which SQL keywords can be used to limit the number of rows a Snowflake query returns?

Choose two
Explanation

In Snowflake, both TOP <n> and LIMIT <count> constrain the maximum number of rows returned by a statement or subquery; the two forms are equivalent.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!