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 are tables and fields?
How can I speed up sql query?
what is a control file ? : Sql dba
what are the advantages of sql ? : Sql dba
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What is primary key in db?
How do temporal tables work?
what is a cursor? : Sql dba
What is difference between mysql and postgresql?
Is foreign key mandatory?
What normalization means?
What do you understand by pl/sql packages?
How is a PL/SQL code compiled?
What is a record in a database?
What does truncate mean in sql?