Give the structure of the procedure ?



Give the structure of the procedure ?..

Answer / tulsi

PROCEDURE name (parameter list.....)
is
local variable declarations

BEGIN
Executable statements.
Exception.
exception handlers

end;

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

Can there be more than one function with a similar name in a pl/sql block?

0 Answers  


Does oracle roll back the transaction on an error?

0 Answers  


How do you bind variables in pl sql?

0 Answers  


Explain foreign key in sql?

0 Answers  


I have 2 Databases. How can create a table in particular database? How can i know the list of tables presented each database?( in oracle 10g)

5 Answers   Relq,






What is a cursor ? Why Cursor is required ?

3 Answers  


Can you load data into multiple tables at once? : aql loader

0 Answers  


What is output spooling in sql*plus?

0 Answers  


What do you mean by stored procedures? How do we use it?

0 Answers  


what is definer rights invoke rights?

1 Answers  


What is the difference between count 1 and count (*) in a sql query?

0 Answers  


What is compilation error in pl sql?

0 Answers  


Categories