Can a stored procedure call itself(recursive). If yes what
level and can it be controlled.?
Answers were Sorted based on User's Feedback
Answer / madhu
When one stored procedure calls another stored procedure
(SP) you have what is called stored procedure nesting. We
can have recursive stored procedures upto 32 nest levels.
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / lipsa
If a procedure calls itself it is called recursive.
Like if we are calculating the factorial of a number
writing a stored procedure,then there will be recursive
calling of the procedure.
| Is This Answer Correct ? | 19 Yes | 3 No |
Write an SQL query if u want to select the data from one block which intern reflects in another block ? thanx,do reply
What is normalization? Explain different forms of normalization?
Differentiate between mongodb vs. Sql server?
hi ..i am working as a sql dba.....now i want to learn more about t-sql..... is it possible to learn online.... plz refer any site ..thankq
can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?
Can sql server 2016 run on windows 7?
difference between truncate, delete aur drop?
What is local temp table?
What is the function of inner join?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
what are the joins,primary key,foriegn key, candidate key, super key and expain them?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)