This video will show you how to add a new user using SQL commands in Snowflake database.
Below are the commands as mentioned in above video:
USE ROLE "ACCOUNTADMIN";
CREATE USER SAMPLE_USER PASSWORD = '123456'
COMMENT = 'New user joined'
LOGIN_NAME = 'SAMPLE'
DISPLAY_NAME = 'SAMPLE'
FIRST_NAME = 'ABC'
LAST_NAME = 'DEF'
EMAIL = 'abc@gmail.com'
DEFAULT_ROLE = "PUBLIC"
DEFAULT_WAREHOUSE = 'ANY'
DEFAULT_NAMESPACE = 'NAME_SPACE'
MUST_CHANGE_PASSWORD = TRUE;
On this page of the site you can watch the video online Create a new Snowflake database user using SQL commands with a duration of hours minute second in good quality, which was uploaded by the user WingsOfTechnology 15 June 2020, share the link with friends and acquaintances, this video has already been watched 206 times on youtube and it was liked by 1 viewers. Enjoy your viewing!