List of useful Data dictionary views which might come in handy in situations!
1. DBC.users
This view gives current user information
2. dbc.sessioninfo
This view gives information about
- details of users currently logged in
3.DBC.Databases
This view list all the databases present in the given teradata database system. ALso contains useful information like
-Creatorname
-OWnername
-PERMspace
-SPOOLspace
-TEMPspace
4.DBC.Indices
It gives information on the index created for given table
5.DBC.Tables
It gives information about all the Tables(T), views(V), macros(M), triggers(G), and stored procedures .
6.DBC.IndexConstraints
It Provides information about partitioned primary index constraints.
'Q' indicates a table with a PPI
No comments:
Post a Comment
Thank you :
- kareem