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
What is over () in sql?
What is sql and explain its components?
What are the ddl commands?
What is procedure function?
What is difference between hql and sql?
What is the difference between in and between in sql?
how to get a list of indexes of an existing table? : Sql dba
What is rank dense_rank and partition in sql?
Compare sql & pl/sql
What is pessimistic concurrency control? : Transact sql
how to use 'mysql' to run sql statements? : Sql dba
How to run pl sql program in mysql?
What is the difference between nvl function, ifnull function, and isnull function?
How do I order by ascending in sql?
What are the disadvantages of file system?