what is Stored Procedures?

Untitled Forums Programming Assignment Help what is Stored Procedures?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15571
    admin
    Keymaster

    What is Stored Procedures?

    • This topic was modified 7 years, 9 months ago by admin.
    #15574
    ahtutor
    Participant

    The stored procedure can be a program which is stored as well as ran within the DBMS (like, MySQL, Oracle, SQL Server). Stored procedures look like the Pascal program combined with a few SQL statements. Usually, they may be utilized to perform specific tasks which have to be executed as fast as possible, possibly since the program forms the overall performance bottleneck. Stored procedures could be known as through outside the actual database. Stored procedures work like functions within traditional programming languages.

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