How to delete the duplicate records in a table using sql
server
Answer Posted / priya
use distinct.it removes the duplicate rows
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Use of Enable view state ? if turn off what happen ?
Does application frame need host?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What is the purpose of cache? How is it used? : Dot net architecture
Define dma? : Dot net architecture
What is the application frame host?
What is a virtual memory? : .NET Architecture
Explain Singleton design pattern in .net
What are bindings?
Explain cache memory? : .NET Architecture
Explain write back and write through caches? : .NET Architecture
Explain about generation?
Explain the race around condition? : Dot net architecture
readonly syntax ?
How to prevent my .NET DLL to be decompiled?