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
Is there any restriction on the use of union in embedded sql?
Why join is faster than subquery?
What is the difference between count 1 and count (*) in a sql query?
What is trigger in flip flop?
What is substitution variable?
What will you get by the cursor attribute sql%found?
What is a common use of group by in sql?
What is use of trigger?
What is a sql profiler?
What is a native sql query?
What is right join sql?
give the syntax of grant and revoke commands? : Sql dba
What is the starting oracle error number?
How do I run a script in sql developer?
Is subquery faster than join?