Qus:    What is the distinction among Function and Stored methodology?
Jan 04, 2021 15:10 2 Answers Views: 608 FRAUSKY
Prev Next
Answers (2)
PARTH Jan 05, 2021 08:15
Answer:   A function is used to calculate result using given inputs while a stored procedure is used to perform certain task in an order.

PADMAKEECHU Jan 05, 2021 08:45
Answer:   Put away Procedure:
• A Stored strategy is constantly used to play out a particular undertaking.
• It can return zero, one or more worth.
• Exception dealing with should be possible utilizing an attempt catch square.
• A capacity can be called from a Procedure
Capacities:
• Functions must restore a solitary worth.
• It can just have the info parameter.
• Exception taking care of is impossible utilizing an attempt catch square.
• A Stored methodology can’t be called from a capacity.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect