write a query to remove duplicate records without using primary key column?
Answer Posted / 312
351
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do I view a procedure in sql server?
What are the recovery models for a database?
Can we add our custom code in ssis?
What is create command?
Is it possible to replicate data from sql server to oracle? : sql server replication
How to delete duplicate records based on single column from a table?
SQL Server Architecture ?
How will you add a dimension to cube? : sql server analysis services, ssas
how many clustered indexes can be created on a table? : Sql server database administration
Can we write a distributed query and get some data which is located on other server and oracle database?
Describe in brief databases and sql server databases architecture.
Difference between Sql server reporting services and Crystal reports?
Explain the relational database management system (rdbms)?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Name the different type of indexes in sql?