- 
                    
- 
                    How do you pass the parameters from one form to another form?To pass one or more parameters to a called form, the calling form must perform the following steps in a trigger or user named routine execute the create_parameter_list built-in function to programmatically. Create a parameter list to execute the add parameter built-in procedure... 
- 
                    
- 
                    How does the command POST differs from COMMIT ?Post writes data in the form to the database but does not perform database commitCommit permanently writes data in the form to the database. 
- 
                    A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?PRE-QUERY fires once. POST-QUERY fires 10 times. 

 
  
  
 