how u can find the n row from a table?
Answer Posted / abhi
select * from employee where employeeno="1";
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why is %isopen always false for an implicit cursor?
How do I make sql search faster?
What pl/sql package consists of?
What is varchar data type in sql?
What are the different sql languages?
Explain 3 basic parts of a trigger.
How do I add a primary key to a table?
Is pl sql and postgresql same?
How many indexes can be created on a table in sql?
What is sqlerrm?
What is sql and also describe types of sql statements?
How do I turn a list into a table?
What is database sql?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is data control language?