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

Friday 24 July 2015

How to get all the views in Teradata database

You can get all the views with the help of DBC.TABLES view in Teradata Database by executing below query:-

SELECT * FROM DBC.TABLES WHERE TABLE KIND='V';


1 comment:

  1. Thanks for sharing valuable information. Your blogs were helpful to Teradata learners. I request to update the blog through step-by-step. Also, find the Teradata news at
    Teradata dba Online Training Bangalore

    ReplyDelete

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