Welcome to plsql4all.blogspot.com SQL, MYSQL, ORACLE, TERADATA, MONGODB, MARIADB, GREENPLUM, DB2, POSTGRESQL.

Friday 24 July 2015

How to fetch all the tables from Teradata

You can fetch all the tables from Teradata Database with the help of DBC.TABLES by executing below scripts:-

SELECT * FROM DBC.TABLES WHERE TABLEKIND='T';

No comments:

Post a Comment

Please provide your feedback in the comments section above. Please don't forget to follow.