You can use the INSERT statement to add new rows to an Object File System table by directly specifying the row data to be inserted or by retrieving the new row data from another table. See SQL Data Manipulation Language for details of syntax and usages of the INSERT statement.
Singleton and array INSERTs are supported for Object File System tables. Inserting rows using these INSERT statements creates single-row and few-row objects. If such INSERTs are done in large scale, there might be a potential impact on read performance.