Answer Posted / 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 View All Answers
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
what is the difference between myisam static and myisam dynamic? : Sql dba
Which one is faster ienumerable or iqueryable?
when MSQL8.0 is in market
what are the security recommendations while using mysql? : Sql dba
what are the types of join and explain each? : Sql dba
Does sql*plus have a pl/sql engine?
What are field types?
how do you login to mysql using unix shell? : Sql dba
How exception is different from error?
How is pl sql different from sql?
what is meant by urlencode and urldocode? : Sql dba
Why we use sql profiler?
Is a table valued function object?
Can we use delete in merge statement?