1.How to get row_id information in case of teradata.Like in the case of oracle you can give sel row_id from table_name and get the row_id information.2.Where can i get information on table_header where is it stored and how can i access it?
HiTry this SELECT hashamp (hashbucket (hashrow (Primary index)))as "AMP"FROM tablenamehashrow gives the row hash valuehashbucket gives the bucket value that maps the AMPhashamp gives the AMP in which the data is distributed
1.How to get row_id information in case of teradata.Like in the case of oracle you can give sel row_id from table_name and get the row_id information.
2.Where can i get information on table_header where is it stored and how can i access it?