How in Teradata do I find all tables and/or views which contain a specific column (name)? (A common technique to ensure that you understand foreign-key realtionships (assuming architects have been consistent with naming standards across tables.views)).
I know in DB2 that you can use the DB2 system catalogue table SYSCOLUMNS to do this... I am unaware if Teradata has equivalent catalogue tables.
I can see that Queryman has an option to list tables and views; and columns for a specified table or view; but not table/view(s) for a given column.