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
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
Can one drop a column from a table?
List the ways in which dynamic sql can be executed?
How to rebuild the master database?
do you know how to configure db2 side of the application? : Sql server database administration
What are the different subsets of sql?
What is a scheduled job or what is a scheduled task?
How can I check that whether automatic statistic update is enabled or not?
What are different types of constraints?
What is clustered index
Explain “row_number()” in sql server with an example?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Can you index views?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
How to enter binary string literals in ms sql server?