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
Explain what is a view?
Explain what is a field in a database and record in a database?
How to write pl sql program in mysql command prompt?
What are the different dcl commands in sql?
How many sql statements are used?
How would you convert date into julian date format?
How to call a javascript function from pl sql?
What is use of package in pl sql?
How global cursor can be declare with dynamic trigger ?
What is the use of triggers?
What is difference between sql and excel?
Does sql view stored data?
Why schema is used in sql?
What are basic techniques of indexing?
What are all the different normalizations?