InterviewSolution
Saved Bookmarks
| 1. |
How Many Triggers Will Be Fired If Ore Than One Row Is Inserted? |
|
Answer» The NUMBERS of rows you are inserting into a table, that many NUMBER of TIMES trigger GETS fire. The numbers of rows you are inserting into a table, that many number of times trigger gets fire. |
|