Example: Creating Profile that Defines Default Database - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

The following request creates a profile called human_resources that defines the default database to be personnel.

CREATE PROFILE human_resources AS 
  DEFAULT DATABASE = personnel;

The following request assigns the human_resources profile to a new user.

CREATE USER marks AS 
  PROFILE = human_resources;