| |
GeekInterview.com > Interview Questions > Oracle > D2K
| Print | |
Question: Pre Query & Post Query
Answer: How many times pre query and post query fired when we fetch 10 record from a table ? |
| July 07, 2008 23:15:34 |
#3 |
| karunakaradepu |
Member Since: January 2008 Total Comments: 3 |
RE: Pre Query & Post Query |
These two are Query based write, once U fires the query before the query Pre Query fires only one time when the query executed the 10 rows are executed which means post Query is also fires only one time |
| |
Back To Question | |