What is called partitioned primary index (ppi)?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various indexes in teradata? How to use them? Why are they preferred?
How to view every column and the columns contained in indexes in teradata?
What is the use of virtual processor connectivity in teradata?
i am pursuing mca and i want to do tera data .so plz suggest me the best institue in hydrabad who teach real tym scenerio.
How to eliminate product joins in a teradata sql query?
sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?
In your project what type of issues and errors you facing in Teradata
How do you create tables? Exact syntax, and create profiles, users in teradata?
what is identity columns in teradata
Can we load a Multi set table using MLOAD?
What is logical data model?
Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 million records.4th column is empty,Now I have got 5 million records data which has to be loaded into 4th column.How can I load this data fastly in to the 4th column with out using update