how to delete duplicate rows in sql server 2005?
Answers were Sorted based on User's Feedback
Answer / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
Is This Answer Correct ? | 1 Yes | 9 No |
How to increment dates by 1 in mysql?
Explain the different types of constraints?
What is MySQL?
how to connect a php script with the mysql database?
What is view in mysql?
What is the data source name for mysql?
What are the advantages and disadvantages of MySQL?
Is mysql free software?
What are the benefits of mysql?
How do I find the size of a mysql database?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
Explain the architecture models of SQL Server?