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
Why stored procedures are faster than query?
What are the built in functions of sql?
Can we call a function containing dml statements in a select query?
What is trigger explain it?
How many indexes can be created on a table in sql?
What is the purpose of primary key?
What are all ddl commands?
What is trigger and how to use it in sql?
What jobs use sql?
What are the different types of joins in sql?
What is a clob in sql?
What is a heap in sql?
What is a primary key example?
what is a database transaction? : Sql dba
What is the starting oracle error number? What is meant by forward declaration in functions?