use crate*;
/// Represents a DML statement to delete rows from a table (`DELETE FROM`).
///
/// Supports conditional removals (`WHERE`), joined dependency checks (`USING`),
/// common table expressions (`WITH`), and returning deleted records (`RETURNING`).