Delete duplicate records in the emp table.
Answer Posted / amedela chandra sekhar
delete from emp x where rowid>(select min(rowid) from emp
where rmpno=x.empno);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain character-manipulation functions?
Why is sharding used?
What is the difference between sql and t sql?
What is the command used to fetch first 5 characters of the string?
What port does sql server use?
How many types of triggers are there in pl sql?
Why are aggregate functions called so?
Which command is used to delete a package?
What is sorting in sql?
Explain about various levels of constraint.
What is crud sql?
Does postgresql run on the cloud?
How can you create an empty table from an existing table?
What is the difference between local and global temporary table?
What is varchar used for?