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 do rank () and dense_rank () differ?
What is cursor status?
how to convert dates to character strings? : Sql dba
Is clustered index a primary key?
What is database migration?
What does the file extension accdb stand for?
How do I find duplicates in sql?
What is the difference between numeric and autonumber?
describe transaction-safe table types in mysql : sql dba
Why use triggers in sql?
Does a primary key have to be a number?
what is 'trigger' in sql? : Sql dba
What is foreign key and example?
What is sql key?
What is meant by cursor in sql?