What are the two parts of a procedure ?
Answer Posted / a.jyothsna
Procedure specification: create or replace procedure proc-nm
(agumentlist)
procedure body: is-------------end
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How many sql commands are there?
what is the stuff function and how does it differ from the replace function? : Sql dba
Which one is better subquery or joins?
what is a database? : Sql dba
What is embedded sql in db2?
What is faster join or subquery?
give the syntax of grant and revoke commands? : Sql dba
What is the use of nvl function?
discuss about myisam key cache. : Sql dba
Describe sql comments?
which types of join is used in sql widely? : Sql dba
Is it possible to pass parameters to triggers?
What is normalisation in sql?
What is the difference between a query and a report?
What is self-join and what is the requirement of self-join?