what is the query for retrieve the unique values(not display
the duplicates values) from single table?

Answer Posted / mohith.dmdw

select distinct <column_name> from <table_name>;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 5 phases in a multiload utility?

703


How to eliminate product joins in a teradata sql query?

692


Highlight the advantages of PPI(Partition Primary Index).

665


Differentiate database data and data warehouse data?

678


Give the sizes of SMALLINT, BYTEINT and INTEGER.

765






What are the design features involved in teradata?

630


Where is teradata rdbms used?

748


What are the components used in smp and massively parallel processing (mpp) machines?

717


Mention a few of the ETL tools that come under Teradata.

717


What are default access rights in teradata? What explicit right can be given to a user?

737


What does Amp contain and what are all the operations that it performs?

667


Describe primary index in teradata. And what are the available primary index types?

631


Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?

818


Explain teradata architecture in detail with a diagram.

709


Can you fastexport a field, which is primary key by putting equality on that key?

845