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
Write a unique difference between a function and a stored procedure.
What is the meaning of disabling a trigger?
how to rename an existing table in mysql? : Sql dba
What is the unique index?
How many scalar data types are supported in pl/sql?
How do sql databases work?
What is primary key and unique key?
Why do we need databases?
Which table is left in join?
What is pl sql block in dbms?
What does sign mean sql?
What is dense_rank?
Is it possible to sort a column using a column alias?
What are primary key and foreign key and how they work?
What is the difference between left and left outer join?