Answer Posted / vamsi nukala
select * from(select rownum as rno,emp.* from emp)where rno=2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does access use sql?
Can we join same table in sql?
What is constant in pl sql?
Is like operator in sql case sensitive?
How to combine two stored procedures in sql?
Can we create table in function?
What is oracle sql developer?
What does where 1/2 mean in sql?
How to get list of all tables from a database?
How do you rename a table in sql?
what is the difference between myisam static and myisam dynamic? : Sql dba
How many times can we commit in a loop?
What does trigger mean in slang?
What are the types of optimization?
Which language is used in sql?