Guidelines for Coding Noncorrelated Subqueries - Analytics Database - Teradata Vantage

SQL Data Manipulation Language

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-12-13
dita:mapPath
pon1628111750298.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
esx1472246586715
lifecycle
latest
Product Category
Teradata Vantageā„¢
To perform a subquery as an noncorrelated subquery and not as a correlated subquery, observe the following guidelines.
  • For each main and subquery you code, ensure that its scope is local by specifying a FROM clause that includes all the tables it references.
  • Instead of specifying join operations in the main queries of DELETE and UPDATE statements, restrict them to subqueries.