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
Is it possible to pass parameters to triggers?
Is sql a backend language?
What is where clause in sql?
What is a natural join sql?
what are the different index configurations a table can have? : Sql dba
What is a schema? How is it useful in sql servers?
what is the different between now() and current_date()? : Sql dba
What is a design view?
Is it mandatory for the primary key to be given a value when a new record is inserted?
What are stored procedures used for?
What is sql catalog?
What is difference between stored procedure and trigger?
what are the advantages and disadvantages of views in a database? : Sql dba
What plvcmt and plvrb does in pl/sql?
Is microsoft sql free?