Select Environment - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026
This script can be used to select the required role, warehouse, database, and schema.
use role accountadmin;

use warehouse WAREHOUSENAME;

-- create or replace database DBNAME;
use database DBNAME;

-- create or replace schema SCHEMANAME;
use schema SCHEMANAME;
Figure 1. Selecting database and schema