Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Snowflake is cloud-based data storage and analytics service.

...

2. Create a user, e.g. CLOUDAWARE, and assign the READ_ONLY role by default.

Code Block
create user CLOUDAWARE default_role=READ_ONLY

...