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 / ajit
DELETE FROM EMP WHERE EMPID= 5 AND ROWNUM < 2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is an alias command? : Sql dba
Can sql function call stored procedure?
What is fmtonly in sql?
Which are sql * plus commands?
What are the different types of triggers?
How to run pl/sql statements in sql*plus?
What is dense_rank?
How do I find duplicates in the same column?
how many tables will create when we create table, what are they? : Sql dba
What is on delete set null?
Is record in oracle pl sql?
What is case function?
What is a design view?
What is the location of pre_defined_functions.
What are the types of operators available in sql?