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
what are integrity rules?
Can you sum a count in sql?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is execution plan in sql?
What is data modelling in sql?
What are different types of queries in sql?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
what is the difference between truncate and delete statement? : Transact sql
What is autocommit sql?
What are sql indexes?
Why having clause is used in sql?
What are primary key and foreign key and how they work?
Can we join two tables without common column?
Can we use pl sql in sql server?
What is cursor explain with example?