Answer Posted / ethayan
select salary from (select salary from sample where
rownum<11 order by salary desc) where rownum<2
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
How do I count rows in sql query?
How many times can we commit in a loop?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
Can we use ddl statements in stored procedure?
what is an index? : Sql dba
What are different clauses used in sql?
How to handle bulk data?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is difference between stored procedures and application procedures?
How do I send sql query results to excel?
how to concatenate two character strings? : Sql dba
What is query execution plan in sql?
Define implicit and explicit cursors.
What is the use of triggers?
What does an inner join do?