Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a single SQL to delete duplicate records from the a
single table based on a column value. I need only Unique
records at the end of the Query.

Answer Posted / petko petkov

The following example shows how to create table and insert
data without duplicate rows from existing table:

CREATE TABLE NODUPS AS
(
SELECT * FROM Departments
UNION
SELECT * FROM Departments
)
WITH DATA;

Is This Answer Correct ?    10 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different table types used in teradata?

1092


What are the main components of teradata system?

1191


What are the different functions included in the server software?

1081


What is the use of having index on table?

1040


what is object level locking ? where do appear this type of locking ?

3532


What are the uses of bynets in multi-node systems?

1067


how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u

1781


Explain the meaning of Amp?

1230


what are the uses of fact table and dimension table in banking project?

4600


What is a dimension table?

1098


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?

2187


List out teradata data types?

1060


What is bteq script in teradata?

1207


What is teradata? What are some primary characteristics of teradata?

1024


List the logical and conditional operators that are used with teradata along with their meanings?

1039