Is it possible to use the select statement to access stored procedures
In one of the difference between functions and stored procedures is, we can use the “select” statement in functions whereas we can’t use the same in stored procedures. Can we make this statement false????? Not completely but a little… Continue Reading