Skip to Content

Truncate

Truncate operation allows quickly removing all records from a table. In relational databases it is translated to truncate SQL statement, which works faster than deleting all records via delete statement. Source, Space, Table parameters define the table to be truncated.

Last updated on