How to Work with a Stored Procedure?

Untitled Forums Assignment Help How to Work with a Stored Procedure?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8563
    Anonymous
    Inactive

    How to Work with a Stored Procedure?

    #12039
    Aakanksha
    Participant

    1.DELIMITER //

    2.CREATE PROCEDURE p2 ()

    3.LANGUAGE SQL

    4.DETERMINISTIC

    5.SQL SECURITY DEFINER

    6.COMMENT ‘A procedure’

    7.BEGIN

    8. SELECT ‘I m new Here !’;

    9.END//

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.