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 error ora-12154: tns:could not resolve the connect identifier specified?
Why we use join in sql?
Can I call a procedure inside a function?
What is coalesce sql?
Is sql a backend?
What is data modelling in sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
How many types of sql are there?
What are the different dml commands in sql?
What is delimiter sql?
What are the advantages of pl sql?
Is sql similar to python?
Who developed sql?
Why do we use joins in sql?
What is query optimization in sql?