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 do you declare a variable in pl sql?
What is serial sql?
How do you optimize a stored procedure in sql?
what is a trigger in mysql? : Sql dba
Does sqlite need a server?
What are sql commands?
What are the ways on commenting in a pl/sql code?
what is 'mysqlcheck'? : Sql dba
what is a foreign key ? : Sql dba
how to get a list of indexes of an existing table? : Sql dba
What is difference between rank () row_number () and dense_rank () in sql?
how can we submit a form without a submit button? : Sql dba
How can you fetch common records from two tables?
When are we going to use truncate and delete?
How do I quit sql?