SingleRowRelation - 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

Function of SingleRowRelation

Captures the row returned by a single row relation in the form of an INSERT statement. This statement is run by TSET at a later time.

SingleRowRelation Table Definition

CREATE SET TABLE SingleRowRelation (
  QueryID                 INTEGER NOT NULL,
  DatabaseName            VARCHAR(128) CHARACTER SET UNICODE
                          NOT CASESPECIFIC NOT NULL,
  TableName VARCHAR(128)  CHARACTER SET UNICODE 
                          NOT CASESPECIFIC NOT NULL,
  InsertStatement VARCHAR(10000)   CHARACTER SET UNICODE
                          NOT CASESPECIFIC)
PRIMARY INDEX ( QueryID );

Attribute Definitions for SingleRowRelation

The following table defines the SingleRowRelation table attributes:

Attribute Description
QueryID
  • Unique identifier for the query to which the recommendation applies.
  • Partial NUPI for the table.
DatabaseName Name of the containing database for TableName.
TableName Name of the table in which to insert the statement.
InsertStatement Statement to insert into the specified table.