Replies: 1 comment 1 reply
-
IIUC, READ means 'inert' record from history records of a table, TRUNCATE means 'delete' record that produced by TRUNCATE command. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CREATE -> insert
UPDATE > update
DELETE -> delete
READ -> ???
TRUNCATE -> ???
Beta Was this translation helpful? Give feedback.
All reactions