What are the blocks in stored procedure?
Answer Posted / guest
Begin
--This section must contain atleast one executiable
statment.
Exception
end ;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is there any restriction on the use of union in embedded sql?
what are dynamic queries in t-sql? : Transact sql
What is the purpose of a secondary key?
How to handle bulk data?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What are different sql data types?
What is character functions?
how to include comments in sql statements? : Sql dba
What is crud stand for?
How to install oracle sql developer?
In what condition is it good to disable a trigger?
What will you get by the cursor attribute sql%notfound?
What is the difference between left join and right join?
How does cross join work in sql?
What does where 1/2 mean in sql?