4. The SQL statement: SELECT Number1 + Number 2 AS Total FROM NUMBER_TABLE; adds two numbers from each row together and lists the results in a column named Total.
9. Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.