Write a query to delete duplicate records in SQL SERVER
Answer Posted / anil
delete from tab_nam where
| Is This Answer Correct ? | 2 Yes | 30 No |
Post New Answer View All Answers
What is the purpose of linked server configuration in sql server?
Do you know what are the properties of the relational tables?
What is the temp table?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
How to create a dynamic cursor with the dynamic option?
What does normalization do to data?
What is query optimization process?
How to create a ddl trigger using "create trigger" statements?
How does the report manager work in SSRS?
Write a SQL query in order to merge two different columns into single column?
Write a query to find 5th highest amount paid from the customer table.
Define a cross join?
How to view existing indexes on an given table using sys.indexes?
What's the information that can be stored inside a bit column?
Explain time data type in sal server 2008?