answersLogoWhite

0


Best Answer

This can be different depending on the SQL server involved. Please specify the Database being used (ie, mysql, postgresql, oracle, ms SQL Server) I am using SQL 2005 express, what is the command, i can only get... delete... and what else? lets say i want to delete a duplicate row that is row 2.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How you delete duplicate row of table in SQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you delete a row without using delete command in SQL?

You drop the table and the row is deleted along with it.


How do you delete duplicate records in a MySQL database using PHP?

MySQL has three methods for removing duplicate records. Using Delete Join, remove duplicate records. In MySQL, we may utilise the DELETE JOIN query to swiftly eliminate duplicate records Using the ROW NUMBER() function, delete duplicate records. USE THE INTERMEDIATE TABLE TO DELETE DUPLICATE ROWS. To learn more about data science please visit- Learnbay.co


How do you delete row in oracle table from vb?

you right click it and you scole down to delete row in oracle table that should work


How can delete a table Row in HTML?

Each row in a table starts with the <TR> tag, and the cells are started with the <TD> tags which are inside the TR tags. To remove a specific row just highlight, and delete from <TR> to</TR> for example a table with two rows might look like this: <Table> <TR> <td>first row</td> </TR> <TR> <td>second row</td> </TR> </Table> To remove the first row delete <TR> <td>first row</td> </TR> You will be left with: <Table> <TR> <td>second row</td> </TR> </Table>


How do you delete alternate rows in sql?

delete from table_name where(rowid,0) in (select rowid,mod(rownum,2) from table_name) this is for alternate deleting even row delete from table_name where (rowid,1)in(select rowid,mod(rownum,2)from table_name)this is for alternate deleting odd row


What is a SQL update statement?

An SQL Update Statement is one that changes the data of one more records in a table. One could change a complete row, or select which to change. One could find how to do this at WebCheatSheet.


How do you remove duplicate rows from a matrix using C language?

Sort the rows; the duplicates will then be grouped together. Scan from the top row; if the next row is a duplicate of the current row, remove it. If the next row is not a duplicate, make it the current row. Repeat until there is no next row. When complete, all the duplicates will have been removed.


What is 1NF?

Eliminate duplicate columns from the same table. 1NF is a normalization form in which each column in a row contains a single value. "Himanshu Joshi"


What is single row subquery in sql?

a single row subqury is a query which will return a single row and single column


How do you insert a new row in dbms?

Database rows are held in a structure called table (there are several types of tables). Each table is comprised from columns, defined by name and data types. One has to use the Structured Query Language (SQL), in order to perform data changes, using DML (Data Manipulation Language), such as INSERT (adding), UPDATE (changing) and DELETE (removing) data.


How do you delete an entire row or column in Excel?

Click on the row or column header you want to delete. Then right click and pick Delete.


What is a table row?

a row of tables