Answers

Question and Answer:

  Home  DB Development

⟩ Explain the syntax of named procedure?

DECLARE

v_date DATE;

v_char VARCHAR2(10);

v_number NUMBER;

BEGIN

NULL;

END;

 154 views

More Questions for you: