Download presentation
Presentation is loading. Please wait.
Published byGabriel Davidson Modified over 9 years ago
1
Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
2
Transfer data from a table to an array: SCATTER transfers data from a single table record to an array. SCATTER transfers data from a single table record to an array. COPY TO ARRAY transfers data from a series of records to an array. COPY TO ARRAY transfers data from a series of records to an array. SELECT - SQL can transfer the results of a query to an array. SELECT - SQL can transfer the results of a query to an array. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
3
Transfer data from an array to a table: GATHER transfers data from an array to a single table record. GATHER transfers data from an array to a single table record. APPEND FROM ARRAY adds new records to a table and fills the records with data from an array. APPEND FROM ARRAY adds new records to a table and fills the records with data from an array. INSERT - SQL appends a single new record to a table and fills the record with data from an array. INSERT - SQL appends a single new record to a table and fills the record with data from an array. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
4
Updates table records. Updates table records. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.