ReferencesDMLReference: Data ManipulationData manipulation statements read and modify rows in tables.Copy — bulk load or export data from filesDelete — remove rows from a tableInsert — add rows to a tableTruncate — remove all rows from a tableUpdate — modify existing rowsUpsert — insert with conflict handling (ON CONFLICT)