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 do you partition data?
Differentiate between pl/sql and sql?
What is a behavioral trigger?
how do you know the version of your mysql server? : Sql dba
What does select * from mean in sql?
How to pipe multiline string to isql?
Explain some predefined exceptions.
How does a covering index work?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
Why self join is used in sql?
How many times can we commit in a loop?
how to use myisamchk to check or repair myisam tables? : Sql dba
Whis is not false in primary key?
What is asqueryable?
Can 2 queries be executed simultaneously in a distributed database system?