Two Methods of retrieving SQL?
Answer Posted / srilekha
using select stmt and cursor u can retrive the records
| Is This Answer Correct ? | 127 Yes | 6 No |
Post New Answer View All Answers
What is column?
What's the procedure?
What is a crud api?
Can you have more than one trigger on a table?
How can you know that statistics should be updated?
What is the use of index in sql?
Is primary key is clustered index?
Explain correlated query work?
what is text? : Sql dba
What is difference between primary and secondary key?
How do you use collections in procedure to return the resultset?
How do I restart sql?
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...
What is raw datatype in sql?
what is the difference between delete and truncate commands? : Sql dba