Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam DSA-C02 Topic 1 Question 21 Discussion

Actual exam question for Snowflake's DSA-C02 exam
Question #: 21
Topic #: 1
[All DSA-C02 Questions]

A Data Scientist as data providers require to allow consumers to access all databases and database objects in a share by granting a single privilege on shared databases. Which one is incorrect SnowSQL command used by her while doing this task?

Assuming:

A database named product_db exists with a schema named product_agg and a table named Item_agg.

The database, schema, and table will be shared with two accounts named xy12345 and yz23456.

1. USE ROLE accountadmin;

2. CREATE DIRECT SHARE product_s;

3. GRANT USAGE ON DATABASE product_db TO SHARE product_s;

4. GRANT USAGE ON SCHEMA product_db. product_agg TO SHARE product_s;

5. GRANT SELECT ON TABLE sales_db. product_agg.Item_agg TO SHARE product_s;

6. SHOW GRANTS TO SHARE product_s;

7. ALTER SHARE product_s ADD ACCOUNTS=xy12345, yz23456;

8. SHOW GRANTS OF SHARE product_s;

Show Suggested Answer Hide Answer
Suggested Answer: D

All are correct except a standard-only stream tracks row inserts only.

A standard (i.e. delta) stream tracks all DML changes to the source object, including inserts, up-dates, and deletes (including table truncates).


Contribute your Thoughts:

Lawrence
9 months ago
Because Snowflake does not automatically resize and scale compute resources for serverless tasks.
upvoted 0 times
...
Penney
9 months ago
Option B sounds like it could be a good trick question. I better read the details carefully on that one.
upvoted 0 times
...
Pamella
9 months ago
Whoa, I'm glad I don't have to worry about manually managing the compute resources for my Snowflake tasks. That would be a headache!
upvoted 0 times
...
Yun
9 months ago
Why do you think it's A?
upvoted 0 times
...
Lawrence
9 months ago
I disagree, I believe the incorrect statement is A.
upvoted 0 times
...
Ronald
9 months ago
Wait, Snowflake can automatically resize and scale the compute resources for serverless tasks? That's pretty cool, I didn't know that!
upvoted 0 times
Wendell
8 months ago
It's a great feature that makes managing tasks much easier.
upvoted 0 times
...
Alverta
9 months ago
Yes, that's right! Snowflake can automatically resize and scale the compute resources for serverless tasks.
upvoted 0 times
...
...
Yun
9 months ago
I think the incorrect statement is D.
upvoted 0 times
...
Augustine
9 months ago
I think option D is incorrect. Standard-only streams track both inserts and updates, not just inserts.
upvoted 0 times
Titus
9 months ago
Snowflake automatically resizes and scales the compute resources for serverless tasks.
upvoted 0 times
...
Vivan
9 months ago
That's right, Snowflake ensures only one instance of a task with a schedule is executed at a given time.
upvoted 0 times
...
Fidelia
9 months ago
I agree, option D is incorrect. Standard-only streams track both inserts and updates.
upvoted 0 times
...
...

Save Cancel
a