DB Development Question:

Explain the syntax of named procedure?

Tweet Share WhatsApp

Answer:

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

Read All 10 DB Development Questions
Previous QuestionNext Question
How to find the first two highest salaries in deptno in emp table?Write short notes on XSU and JAVA?