InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Adding A Row Of Data And Inserting A Row Of Data? |
|
Answer» When you use the add action a new high level KEY is created at level 0, when you insert a row of DATA you are ADDING information that has a one to many relationship with the key at level 0. Generally you insert ROWS within scroll areas are grids. When you use the add action a new high level key is created at level 0, when you insert a row of data you are adding information that has a one to many relationship with the key at level 0. Generally you insert rows within scroll areas are grids. |
|