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


Please Help Members By Posting Answers For Below Questions

Is sql workbench free?

522


What will you get by the cursor attribute sql%found?

530


Is left join faster than join?

532


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3320


Is left join and outer join same?

536






What is difference between procedure and trigger?

506


Can a trigger call a stored procedure?

529


how to create a new view in mysql? : Sql dba

486


Is sql difficult?

738


What are the different datatypes available in PL/SQL?

557


How do I save the results of sql query in a file?

523


What are all the different types of indexes?

611


what is difference between delete and truncate commands? : Sql dba

566


What is linq to sql?

543


What does stand for in sql?

513