use crate*;
use crateSymbol;
/// Represents a DML statement to add new rows to a table (`INSERT INTO`).
///
/// Supports inserting raw values, loading rows from nested SELECT queries,
/// upsert operations (`ON CONFLICT`), and returning modified fields (`RETURNING`).