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
How do you create a db file?
What are packages in pl sql and also explain its advantages?
Is json a nosql?
What is case function?
What is data type in sql?
What is the function that is used to transfer a pl/sql table log to a database table?
What are the rules to be applied to nulls whilst doing comparisons?
what is a tablespace? : Sql dba
What are the different operators available in sql?
Is pl sql a programming language?
What is the usage of nvl function?
What is schema in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
what is data manipulation language? : Sql dba
Why do we use set serveroutput on?