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 find max salary from the database
maximum size of a database in mysql?
How do I delete a table in mysql workbench?
How to get a list of all tables in a database?
What storage engines are used in MySQL?
Can you tell how many values can set the function of mysql to consider?
Write a query to fetch common records between two tables using mysql?
How big is a blob mysql?
What is InnoDB?
How to dump a table to a file with 'mysqldump'?
What is mysql enterprise edition?
How does mysql encrypt passwords?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)