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
What sql database should I use?
What is delimiter sql?
What are sql data types?
Who developed sql?
Is keyword pl sql?
what is the use of set statement in tsql? : Transact sql
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Why are aggregate functions called so?
How do you bind variables in pl sql?
What are packages in pl sql and also explain its advantages?
What is compound trigger?
Define sql delete statement.
Can we join more than 2 tables in sql?
What is pivot table in sql?
What is the difference between Union and Union all. Which is faster.