Google News
logo
Oracle - Interview Questions
What is the difference between pre-select and pre-query?
A pre-query trigger fire before the query executes and fire once while you try to query. With the help of this trigger you can modify the where clause part dynamically.
 
Pre-select query fires during the execute query and count query processing after Oracle forms construct the select statement to be issued, but before the statement is actually issued.
 
Pre-query trigger fires before Pre-select trigger.
Advertisement