Answer Posted / bgg
trigger is something which is executed when some specified
event occurs.
two main specifications are-
1.when the trigger should be executed(event)
2.what action must be taken when this event occurs
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
How to call a C++ function which is compiled with C++ compiler in C code?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
what is the extension of SPDS Dynamic cluster tables?
what is log files in qtp what is use
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
1) How can u create the table?
Where do we need Operator overloading?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
how many types of bytes are there???
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
Difference between HTML and DHTML?
what is d main diff between the java and .net framework
hoe to data grid use in sql server 2000?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??