how u can find the n row from a table?
Answer Posted / abhishekjaiswal
select * from employees where rownum<=&nth_row
/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is date functions?
what is index? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What does bitemporal mean?
Are sql connections encrypted?
Which is better join or inner query?
describe transaction-safe table types in mysql : sql dba
what is clause? : Sql dba
what is the command used to fetch first 5 characters of the string? : Sql dba
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is set transaction?
How can I tell if sql is running?
What is procedure and function in sql?
what are tables and fields? : Sql dba
how to use like conditions? : Sql dba