How to Check Teradata Database Release and Version

DBC.DBCINFO table in Teradata will have all the related information related to the Teradata release and version.

You can check Teradata Database Release and Version using the following query.

select * from dbc.dbcinfo;

Here,

dbc – Database computer.
dbcinfo – Tables where database information is saved.

Teradata Database Version