Answer Posted / swastik
SELECT * FROM
(
SELECT ROWNUM Rn, E1.*
FROM Emp
)
WHERE RN = 5
/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain constraints in sql?
What is the difference between function, procedure and package in pl/sql?
Can two tables have same primary key?
What is cursor status?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
How do I edit a trigger in sql developer?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Mention what does plv msg allows you to do?
If a cursor is open, how can we find in a pl/sql block?
How to get help at the sql prompt?
what are all the common sql function? : Sql dba
What is the primary use of normalization?
How do you write a subquery?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is compilation error in pl sql?