You can use virtual table operations to access, write, or delete rows from a virtual table.
You can perform the following operations in a virtual table:
Read
Use the read operation to retrieve rows from a virtual table.
Insert
Use the insert operation to add one or more rows to a virtual table. Each row that you insert must correspond to a primary key in the source table. If you insert data into a row key that contains data, Couchbase overwrites the original data in the row with the new data.
Update
Use the update operation to update rows in a virtual table.
Note: If the collection type is list, sort the corresponding source or target virtual table data in descending order before you pass data to the Update Strategy transformation.