Example: HELP TABLE for Table in Datalake - 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

This query returns information about the table t1 in the database db1 in the Datalake MyIceberg:

HELP TABLE MyIceberg.db1.t1;
 *** Query completed. 2 rows found. 3 columns returned.
 *** Total elapsed time was 1 second.

ColumnName|ColumnType|TDMappingType|
----------+----------+-------------+
c1        |int       |INTEGER_DT   |
c2        |float     |REAL_DT      |

ColumnType is the Iceberg data type. TDMappingType is the Teradata data type.