Posts

Showing posts with the label DATA

SOWFLAKE SECURE DATA SHARING LAB demo

  Provider: ----------------------------------------------------------------------------------------------------------- --                                    SOWFLAKE SECURE DATA SHARING LAB                                   -- --               All commands/statements can be found via the link in the Video Description              -- ----------------------------------------------------------------------------------------------------------- -- Create a database & Schema CREATE DATABASE product_db ; CREATE SCHEMA product_db . core_schema ; -- Create a database & Schema CREATE OR REPLACE DATABASE product_db ; CREATE OR REPLACE SCHEMA product_db . core_schema ; -- Switch to the newly created database and schema USE DATABASE ...