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 |
Can we load a Multi set table using MLOAD?
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.
How does hashing happens in teradata?
What are the different design perspectives used in teradata?
Can we have two time dimensions in a schema(either star or snow flake)? For ex if we want joining date of employee and if we want today's sales with time whether can we have two time dimensions for accommodating above tasks?
what is the advantages of other etl tool than teradata utilities or vice versa ?(datastage/informatica)
What are the different table types supported by teradata?
On which column will you take primary index???
What is a three-tier data warehouse?
any one answer me how they can analyzing the project using data ware housing?
How can we load single row of data into teradata database. please give me the process.
What is the syntax for case when statement?