@[namespace.]internal_stage_name[/path] Files are in the specified named internal stage. @[namespace.]%table_name[/path] Files are in the stage for the specified table. @~[/path] Files are in the stage for the current user. User stage : ========= put file:///C:\Users\ereddin\Desktop\Snowflake\Class\Class_5\Employes\employ2.csv @~; Table stage : ========== put file:///C:\Users\ereddin\Desktop\Snowflake\Class\Class_5\Employes\employ2.csv @demo_db.public.%emp_2; Named stage: =========== create or replace stage my_int_stage put file:///C:\Users\ereddin\Desktop\Snowflake\Class\Class_5\Employes\employ2.csv @demo_db.public.my_int_stage/emp_2;