Answer Posted / lova raju allumalla
delete from emp where rowid not in (select min(rowid) from
emp group by empno);
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can a primary key be a foreign key?
What do you understand by pl/sql cursors?
What is trigger price?
What does closing a cursor do?
How to test for null values?
Is oracle and sql same?
Show the two pl/sql cursor exceptions.
Is record in pl sql?
How show all rows in sql?
What is case function?
What are the different set operators available in sql?
what is union, minus and interact commands? : Sql dba
What are all types of user defined functions?
Write a query to display the current date in sql?
What are the types of variable use in pl sql?