How to delete same emp id in sql query for exmaple in emp
table emp id, empname, emp address. for example emp id =5,
repeated in two times in rows same id how to delete same
empid please any one of the write query send in my id
Answer Posted / prajyot
Hi,
You can use the below mentioned query ....
SELECT ROWID( Emp_id ) FROM EMP WHERE Emp_id = 5;
Praj
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is column?
Is natural join same as inner join?
What is cursor in pl sql with examples?
How to rename a column in the output of sql query?
how to see the create table statement of an existing table? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Is ms sql is free?
What is pl sql record in oracle?
What is difference between function and trigger?
what is the difference between union and union all? : Sql dba
What is example of database?
What is the need of merge statement?
What are types of exception?
how to escape special characters in sql statements? : Sql dba
What are the types of functions in sql?