Example: Scoping Ferret to Fallback Tables - Teradata Vantage - Analytics Database

Database Utilities

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-22
dita:mapPath
ymn1628096214445.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
vkz1472241255652
lifecycle
latest
Product Category
Teradata Vantage™
Assume that table T4 is a table in database XYZ and has a table number of 0 1198.
  • One of the following commands would place all T4 fallback subtables under scope.
    • SCOPE “TABLE XYZ.T4 F”*
    • SCOPE TABLE 0 1198 F*
  • One of the following commands would place all T4 subtables under scope.
    • SCOPE TABLE “XYZ.T4” *
    • SCOPE TABLE 0 1198 *