Yes, SELECTS are. But on many an RDBMS there are subsets DML (Data Manipulation Language - e.g. UPDATE), DSL (Data Security Language - e.g. GRANT) and DDL (Data Definition Language - e.g. CREATE). I'm not sure where something like COMMIT goes, but when you want to call something SQLish that ISN'T a query, there's a category for it.
SQL commands are called "queries".
Date: 2013-02-07 05:39 pm (UTC)I'm not sure where something like COMMIT goes, but when you want to call something SQLish that ISN'T a query, there's a category for it.