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...

Delete duplicate rows from a table without primary key by
using a single query
Table Employee
empname salary
A 200
B 300
A 200
C 400
D 500
D 500

Output should be

A 200
B 300
C 400
D 500

Answer Posted / navneet sharma

select distinct * from tablename

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we deploy SSRS reports on our personal website?

173


What is difference between views and stored procedures?

1027


What are ddl (data definition language) statements for tables in ms sql server?

1148


What is the minimum recommended amount of ram for sql server 2012 enterprise?

972


What are the different editions available in sql server 2000?

1109


How to execute stored procedure in select statement sql server?

1106


How to list all columns in a table using odbc_columns()?

1025


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

2121


What do you know about normalization and de- normalization?

964


What is de-normalization and what are some of the examples of it?

1016


What are the different types of indexes?

1156


what is a self join? : Sql server database administration

1115


Explain the different types of backups available in sql server? : sql server database administration

980


What are scalar functions in sql?

1202


What are synonyms?

1010