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
How can I see all tables in sql?
What is trigger with example?
Can we create clustered index without primary key?
What is union, minus and interact commands?
how to write date and time literals? : Sql dba
how can we repair a mysql table? : Sql dba
What does the base_object_type column shows in the user.triggers data dictionary view?
Does sqlite need a server?
What is foreign key and example?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What operators deal with null?
What are different functions in sql?
Is left join inner or outer by default?
What is synonyms?
How do we use distinct statement? What is its use?