What are the blocks in stored procedure?
Answer Posted / manojbatra071
whenever we create stored procedure the syntax is:
CREATE OR REPLACE PROCEDURE proc_name
AS/IS
(declare variables inside this block)
BEGIN
perform whatever u want in stored procedure
EXCEPTION
(perform the steps if any errors occur than what to do )
END;
therefore the blocks are as/is , begin,exception and end
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is use of term?
What is sql query limit?
what is denormalization. : Sql dba
State some properties of relational databases?
What is difference between db2 and sql?
how mysql optimizes distinct? : Sql dba
Is left join inner or outer?
what is row? : Sql dba
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is varchar sql?
Is left join same as join?
Is sql dba a good career? : SQL DBA
How to run sql*plus commands in sql developer?
how many tables will create when we create table, what are they? : Sql dba
What program will open a mdb file?