Answer Posted / yuvaevergreen
yes...the above option can be used if access has been
provided to create set tables.If not, partition by clause
can be used.
1. create table2 as table1 with no data;
2. insert into table2
sel column1,column2,,,columnn from table1
group by 1,2
qualify row_number() over (partition by
column1,column2,,,columnn order by
column1,column2,,,columnn desc) =1
where table1 is with duplicates and table2 would be target
table.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain how spool space is used.
What is the purpose of joins in teradata and what are the available join types?
Is multi insert ansi standard?
List the logical and conditional operators that are used with teradata along with their meanings?
How do you see a ddl for an existing table?
How to explain project Architecture and flow in teradata interviews?Can please anyone help on this? Am new to teradata.
Explain teradata architecture in detail with a diagram.
What is a clique?
What are the joins in teradata and how many types of joins are there in teradata?
How do you define Teradata?
What are default access rights in teradata? What explicit right can be given to a user?
What do you mean by fastexport in teradata?
What is the use of teradata system software?
Highlight a few of the advantages that ETL tools have over Teradata.
Define views in teradata with syntax.