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

difference between SQL and C

1 Answers   Indus Software Technologies,


what are the 'mysql' command line options? : Sql dba

0 Answers  


what is a trigger? : Sql dba

0 Answers  


What has stored procedures in sql and how we can use it?

0 Answers  


What is autocommit sql?

0 Answers  






Is it possible to read/write files to-and-from PL/SQL?

0 Answers  


What is difference between joins and union?

0 Answers  


what are the differences between char and nchar? : Sql dba

0 Answers  


How does postgresql compare to mysql?

0 Answers  


Is sql between inclusive?

0 Answers  


Talk about views

10 Answers   Polaris,


Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints

0 Answers  


Categories