Skip to main content
arpita0001
June 25, 2021
Question

Stored procedure and View

  • June 25, 2021
  • 1 reply
  • 0 views

Which is better, view or stored procedure? and how to learn to create stored procedure?

1 reply

csteward
June 25, 2021

These are different objects and thus any comparison depends on your use case. Hammers are better for nails and screw drivers are better for screws. If you have a use case, feel free to include it here.

There are also plenty of tutorials around the web to help become familiar with stored procedures and learn the differences between database objects - Google is your friend here.