I understand that DML technically encompasses SQL verbs which merely query but do not modify persistent data. (See, e.g., wikipedia or oracle or orafaq)
However, I often wish to refer to "all and only those SQL verbs which modify stored/persistent data" -- basically INSERT
, UPDATE
, DELETE
but not a plain SELECT
. Is there an official/standardized term, or, perhaps separately, a cogent and graceful term, for this subset of DML?