perClass Documentation
version 5.4 (7-Dec-2018)
 INSERT Insert new data into a data base

   INSERT(D,TABLE,DATA)

 INPUT
    D      sddb database
    TABLE  table name
    DATA   cell array with the same number of columns as the TABLE

 DESCRIPTION
 INSERT inserts DATA into TABLE. The number and type of columns in
 DATA needs to match the fields in TABLE.

 SEE ALSO
 SDDB, FIELDS