Answer Posted / kumar.t
Name : New
Sno Name
1 Rajesh
2 Rajesh
3 Raja
4 Raja
5 Arun
6 Bala
Delete From New Where Sno Not IN
(Select Min(Sno) From New Group By Name)
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are constraints?
When does a workload on SQL Azure get throttled?
Can another user execute your local temporary stored procedures?
Explain what are the database objects? : SQL Server Architecture
What is the bookmark lookup and rid lookup?
What is report snapshot?
How do I create a stored procedure in sql server?
Do you know what is user defined datatypes and when you should go for them?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What happens when converting big values to numeric data types?
What are secondary xml indexes?
How do I view a script in sql server?
What is the default order of an order by clause?
How to find index size for each index on table?