how to find the second highest salary from emp table?
Answer Posted / barochia dharmesh
You should use rank query with order by and give where your
search criteria.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is replication id?
Name three sql operations that perform a sort.
What is query execution plan in sql?
What is the starting oracle error number? What is meant by forward declaration in functions?
Can we create index on primary key?
What is oracle sql developer?
How do I kill a query in postgresql?
what are the differences between binary and varbinary? : Sql dba
What are sql objects?
What are basic techniques of indexing?
how would concatenate strings in mysql? : Sql dba
How does a trigger work?
What is error ora-12154: tns:could not resolve the connect identifier specified?
Why do we use procedures in pl sql?
how to rename an existing column in a table? : Sql dba