Give an example of any procedure.
Answer Posted / sharath
CREATE OR REPLACE PROCEDURE pro_name
AS --We cna write AS/IS
BEGIN
DBMS_OUTPUT.PUT_LINE(’Hello World’);
END;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to run 'mysql' commands from a batch file? : Sql dba
What is cursor and its types?
How do I edit a stored procedure?
What is dynamic sql in pl sql?
What is sqlca in db2?
What are string functions in sql?
How to call a javascript function from pl sql?
what is a composite primary key ? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is the purpose of primary key?
What are the parts of a basic sql query?
Can we change the table name in sql?
What are operators available in sql?
How to use transactions efficiently : transact sql
What is set serveroutput on?