What is the use of virtual processor connectivity in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Maximum number of volatile tables that can be created?
What is the purpose of indexes?
What is meant by a Clique?
IN A TABLE CAN WE USE PRIMARY KEY IN ONE COLUMN AND IN ANOTHER COLUMN BOTH UNIQUE AND NOT NULL CONSTRAINS.IF YES HOW?PLZ GIVE ME A EXAMPLE.
What do you mean by caching in teradata?
can we have an unconnected lkp to lookup a DB2 record against a Teradata record?
What are aggregate tables? How do you design them using teradata?
what are the file sizes in your project?
Define views in teradata with syntax.
what is identity columns in teradata
What are the scenarios in which full table scans occurs?
I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE DEPTID = 100. Can any one explain how it will fetch the record.