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
What is the difference between microsoft sql and mysql?
How much does sql cost?
what is an index? : Sql dba
What are some predefined exceptions in pl/sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
How do I write a sql query in pgadmin 4?
What trigger means?
Write a query to find the names of users that begin with "um" in sql?
What is pessimistic concurrency control? : Transact sql
What are sql procedures?
Is primary key a clustered index?
what is msql? : Sql dba
Can you upgrade sql express to full sql?
Is sql procedural language?
Does execute immediate commit?