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 |
Explain BYNET.
What is meant by Teradata Gateway?
What is the default join strategy in Teradata???
What is meant by a Highest Cost Plan?
What are the steps involved after the disk manager passes the request?
Write a program to show the parser component used in teradata?
Why are oltp database designs not generally a good idea for a data warehouse?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
How will you solve the problem that occurs during update?
What are the different functions performed in development phase?
Why Multiload does not supports USI and supports NUSI?
what are the uses of fact table and dimension table in banking project?