InterviewSolution
Saved Bookmarks
| 1. |
Explain About Data Manipulation? |
|
Answer» DATA may be manipulated as individual items or as an AGGREGATE. For example, one invocation of the SQRT built-in function can take the square root of an ENTIRE 15-dimensional array, producing an identical array containing square root values in the CORRESPONDING elements. Data may be manipulated as individual items or as an aggregate. For example, one invocation of the SQRT built-in function can take the square root of an entire 15-dimensional array, producing an identical array containing square root values in the corresponding elements. |
|