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...


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

select sal from emp group by sal

3 Answers   TCS,


What are inbuilt functions in sql?

0 Answers  


What are different clauses used in sql?

0 Answers  


Why do we need a foreign key?

0 Answers  


What is a primary key sql?

0 Answers  






how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c

8 Answers   Oracle,


What is an Integrity Constraint?

4 Answers  


If we declare constraints Unique and Not null on a single column then it will act as a Primary key, so what is the use of primary key??

3 Answers  


what is a trigger in mysql? : Sql dba

0 Answers  


What are basic techniques of indexing?

0 Answers  


What operating systems are supported by oracle sql developer?

0 Answers  


What is a database event trigger?

0 Answers  


Categories