What are user defined stored procedures ?
Answer Posted / rishi anand
Stroed procedures are basically set of sql statements.User
defined stored procedures are created by users in which
they can use functions,procedures to get the desired result
from database.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How long will it take to learn pl sql?
How to place comments in pl/sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
what are all different types of collation sensitivity? : Sql dba
Is sql port 1433 encrypted?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
How is debugging done?
How to display the current date in sql?
What is the use of non clustered index?
How to take user input in pl sql?
Define implicit and explicit cursors.
What is aggregate function in sql?
What is difference between db2 and sql?
How do you select unique values in sql?
Why is partition used in sql?