TCS recently asked this question
I have records like below
Emp id Empname Salary DateTimestamp
1 AA 6000 20120609:11:30
1 AA 7000 20120609:12:30
1 AA 8000 20120609:01:30
I want to exceute records max timestamp(20120609:01:30)
Answers were Sorted based on User's Feedback
Answer / tdguy
If the columntype is timestamp, just max() function would
give you the result.
| Is This Answer Correct ? | 1 Yes | 0 No |
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?
Fast Load Script is failed and error tables are available then how do you restart?
How does hashing happens in teradata?
Explain teradata utilities. What is multiload, fast load, tpump?
can I use “drop” statement in the utility “fload”?
2 Answers Accenture, CTS, NTT Data,
What are the string manipulation operators and functions associated with teradata?
one table have input no name 10 rao 20 siva 30 srinu 10 rao i want to ouput like this way no name 20 siva 30 srinu 10 rao how it posible in only sql server query?not oracle?
How can we check the version of Teradata that we are using currently?
What is the use of fallback?
What can be achieved by using the teradata rdbms?
In BTEQ, how are the session-mode parameters being set?
Describe the set operators in teradata.