List of questions
Related questions
Question 29 - ARA-C01 discussion
Which of the below commands will use warehouse credits?
A.
SHOW TABLES LIKE 'SNOWFL%';
B.
SELECT MAX(FLAKE_ID) FROM SNOWFLAKE;
C.
SELECT COUNT(*) FROM SNOWFLAKE;
D.
SELECT COUNT(FLAKE_ID) FROM SNOWFLAKE GROUP BY FLAKE_ID;
Your answer:
0 comments
Sorted by
Leave a comment first