can you give me the syntax of named procedure??

Answers were Sorted based on User's Feedback



can you give me the syntax of named procedure??..

Answer / manoj

DECLARE
v_date DATE;
v_char VARCHAR2(10);
v_number NUMBER;
BEGIN
NULL;
END;

Is This Answer Correct ?    3 Yes 0 No

can you give me the syntax of named procedure??..

Answer / anuram

CREATE OR REPLACE PROCEDURE PROCEDURENAME{(PARAMETERSLIST)}
AUTHID|CURRENT_USER
IS/AS
DECLARATION OF VARIABLES;
BEGIN
STATEMENTS;
EXCEPTION
STATEMENTS;
END PROCEDURENAME;

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB Development Interview Questions

The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?

0 Answers  


What is the difference between a primary index and a secondary index? What is a duplicate data entry in an index? Can a primary index contain duplicates?

5 Answers   IBM,


what is Normalization?

6 Answers   TCS,


Can you have a nested transaction?

1 Answers  


Explain about a primary key?

0 Answers  






Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card

0 Answers   TCS,


How long can an error message be in raiseerror function?

0 Answers  


Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on

0 Answers  


What are the three types of database design?

0 Answers  


What are the 18 schemas?

0 Answers  


You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?

0 Answers  


How to read and create .LDC data files which are used by linguatic dictionary.

0 Answers  


Categories