Answer Posted / siva
Select* from emp where rowid not in(select max(rowid) from emp group by empno);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of function "module procedure" in pl/sql?
Can we join two tables without common column?
How do you remove duplicate records from a table?
Does mysql support pl sql?
What is the advantage of nosql?
What is mutating trigger?
Why is nosql good?
what is the difference between sql and t-sql? : Transact sql
Does sql*plus also have a pl/sql engine?
What is sql trigger example?
How can a function retun more than one value in oracle with proper example?
what is a unique key ? : Sql dba
What is the sql case statement?
What is normalization sql?
How do I save the results of sql query in a file?