I have a table .in the table 100 recored is there .we have
get the single row with out using clause..
Answer Posted / ajit
Select Rn, ename
From ( Select Rownum rn, Ename
From Emp
)
Where Rn = Nth;
Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is the use of function "module procedure" in pl/sql?
Is pl sql and postgresql same?
Explain the difference between drop and truncate commands in sql?
Does sql require a server?
What are commit, rollback, and savepoint?
Is clustered index a primary key?
What is insert command in sql?
What is the purpose of a sql?
Is the primary key an index?
How do I save the results of sql query in a file?
How to find 3rd highest salary of an employee from the employee table in sql?
What type of database is sql?
What is the command used to fetch first 5 characters of the string?
Explain the insert into statements in sql?
Explain what is table in a database?