DB Development Question:
Download Questions PDF

Explain the syntax of named procedure?

DB Development Interview Question
DB Development Interview Question

Answer:

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

Download DB Development Interview Questions And Answers PDF

Previous QuestionNext Question
How to find the first two highest salaries in deptno in emp table?Write short notes on XSU and JAVA?