1.

What's the best way to check the current version of Teradata?

Answer»

For determining the current version and release of software, there are several methods. You can view the current TERADATA Database version and release level VIA any console or CLIENT session by RUNNING the following query: 

SELECT * FROM DBC.DBCInfoV;

In Teradata, the DBC.DBCINFO table contains information relevant to the Teradata release and version. Here, 

  • DBC is a Database computer.
  • DBCInfoV is the table where database information is saved.


Discussion

No Comment Found