Answer Posted / murali
select salary from (select salary from table order by salary
desc) v where rownum<=100
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
List and explain the different types of join clauses supported in ansi-standard sql?
Is grant a ddl statement?
Why is sql*loader direct path so fast?
What are the two types of periodical indexes?
What are user defined functions?
What is java sql connection?
Can I join the same table twice?
How do you declare a variable in pl sql?
What is cursor in pl sql with examples?
How do I save a sql query?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is the purpose of cursors in pl/sql?
What is trigger types of trigger?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Which is faster truncate or drop?