display records from 5 to 9 using rowid or rownum
Answer Posted / satya
select empno,ename,sal from emp
group by rownum,empno,ename,sal
having rownum between 5 and 9;
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
what is meant by nl2br()? : Sql dba
What is an escape character in sql?
How to download oracle sql developer?
Name some usages of database trigger?
which operator is used in query for pattern matching? : Sql dba
Why do we use procedures in pl sql?
What is varchar sql?
What is sql indexing?
List different type of expressions with the example.
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What is the order of sql select?
What is the primary use of normalization?
Which query operators in sql is used for pattern matching?
What are the constraints available in sql?
What is pl sql commands?