Define views in teradata with general syntax.
What is TPD?
How is MLOAD Teradata Server restarted after execution?
What are the different methods ot loading a dimension table? A fact table etc?
What do you mean by parsing?
how teradata fetches a row from primary index table?
Hash collision?
what is identity columns in TD?
how many modules are there in telecome domain?how to explain the architecture?
How do you see a ddl for an existing table?
How to view every column and the columns contained in indexes in teradata?
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?
Is PK concept available in Teradata. If it is how can we create Primary Key for a table in TD