I'm new to using Teradata and was trying desperately to find how to write a SQL query to 1) retrieve a list of all tables or views from a database and 2) retrieve the properties (i.e. column names, data types, constraints) of a table or view.
I know I can simply do this in Queryman, but I need to know how/if I can do this with a SQL statement. In mySQL, I know I can execute what I'm asking here by 1) SHOW tables and 2) DESCRIBE table_name . I'm trying to find the equivalent for Teradata.
Thanks,
Eddie
I know I can simply do this in Queryman, but I need to know how/if I can do this with a SQL statement. In mySQL, I know I can execute what I'm asking here by 1) SHOW tables and 2) DESCRIBE table_name . I'm trying to find the equivalent for Teradata.
Thanks,
Eddie