Function vs stanard SQL query
Is function more optimal than standard query, or do both take the same amount of resource and time ?
1 answers ( 0 marked as helpful)
Hi Barun!
Thanks for reaching out.
User-defined functions can be modified independently of the program source code. They have faster execution and are similar to stored procedures. You can reuse them in your code and this is very useful.
Hope this helps.
Best,
Tsvetelin