In Snowflake, the USAGE privilege alone does not grant read-only access to a table. The USAGE privilege allows a role to see the database and schema, but it does not provide access to the data within the tables.
To grant read-only access to a table, you need to combine the USAGE privilege with the SELECT privilege. Here’s how you can do it:
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.
MultiCloudIronMan
4 months, 1 week agotidz
9 months, 2 weeks agoDR369
10 months ago