how to copy only distinct data into another table which is not already exist in database?
Answer Posted / sheshu4040
SELECT DISTINCT * INTO TABLE_NEW FROM TABLE_EXISTING
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a join? : Sql server database administration
How do you make a trace?
What do you understand by recursive stored procedure?
What is default constraint in ms sql server?
What is the ‘fillfactor’?
Tell me what is normalization? Explain different forms of normalization?
How to create nested stored procedure?
What do you understand by recursive stored procedures?
How to override dml statements with triggers?
What are different types of roles provided by ssrs?
How do you rebuild an identity column?
What is a DBMS, query, SQL?
How and why use sql server?
How do I view a script in sql server?
Explain something about security and SQL Azure?