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
What are the different operators available in sql?
What are the types of index in sql?
Explain the the update statement in sql?
What is a table in a database?
What is a subquery in sql?
What are different categories of sql commands?
When should I use nosql database?
How do you clear the screen in sql?
What does <> sql mean?
How are sql commands classified?
Can two tables have same primary key?
Which one is faster ienumerable or iqueryable?
How can I make sql query run faster?
How to assign sql query results to pl sql variables?
What is the difference between delete and truncate commands?