how to retrieve the top 2 salaried persons from a database?
Answer Posted / unknown
Select salary from (select salary from employees) where
rownum <=2;
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How many types of primary keys are there?
What are the types of optimization?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
How can I see all tables in sql?
Write a sql query to find the names of employees that begin with ‘a’?
What is execution plan in sql?
Is pl sql a programming language?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is structural independence and why is it important?
Explain sql data types?
Which is faster view or stored procedure?
What is the starting oracle error number? What is meant by forward declaration in functions?
Why do we need cursors in pl sql?
what does the t-sql command ident_incr does? : Transact sql
Why is sql better than hql?