What are the blocks in stored procedure?
Answer Posted / swapnareddy
Declaration Block(optional)
Begin
Executable Block
exception Block(optional)
end;
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How to get help at the sql prompt?
What are aggregate and scalar functions?
What is %type in pl sql?
Differentiate between syntax and runtime errors.
Can we update views in sql?
Can we create a trigger on view?
What is trigger and how to use it in sql?
What is normalization in sql?
Is not null in sql?
How to process query result in pl/sql?
What is the use of primary key?
how to check server status with 'mysqladmin'? : Sql dba
How subquery works in sql?
Do ddl statements need commit?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba