what is the query for retrieve the unique values(not display
the duplicates values) from single table?
Answers were Sorted based on User's Feedback
Answer / tdguy
If its for few columns and small table, use distinct or
group by to fetch only unique values. But for more no of
columns and more no of records in GB, use partition by to
fetch only unique values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohith.dmdw
select distinct <column_name> from <table_name>;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between fastload and multiload? Which one is faster?
What are the different methods ot loading a dimension table? A fact table etc?
I have a employee table with EMPID, EMPNAME, DEPTID, SAL and want to fetch the maximum and minimum salary on each dept id with the emp name. Can anyone help in this? The result should contain the EMPNAME, DEPTID, SAL.
What is the default join strategy in Teradata???
What are the main components of teradata system?
if a error occured in FASTLOAD is the fastload job stops?
Describe the between keyword in teradata?
What are the newly developed features of Teradata?
Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A
Hi Frnds this que is recently asked at IBM there are two rows like aa6588fhfhf,gru282vbvv. Question is howcan we retrive the first number from two rows. Can any one help thanks in advance
what do you mean by INMOD Routines and OUTMODE Routines ?
What are teradata utilities?