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 is model database? : SQL Server Architecture
Ms sql server index?
How to stop a loop early with break statements in ms sql server?
How can we use ConnectorJ JDBC Driver with MS SQL?
Can an automatic recovery be initiated by a user?
How to turn off warning messages during php execution?
How to end a stored procedure properly in ms sql server?
Explain the steps to create and execute a user-defined function in the sql server?
What is difference between commit and rollback when used in transactions?
What the difference between UNION and UNIONALL?
What is compression - row-level and page-level compression?
How can I tell if sql server is 32 or 64 bit?
application server is slow what may be the problem
How to provide login information for a new odbc dsn?
What is cursor in ms sql server?