SQL Statements are the language of a database.
A SQL file contains one or more SQL statements that are send to the database.
In SQL, statements are classified by subset. The most known are:
When parsing a SQL file in SQL mode, you get this information in the subset column.
Note that all SQL statements can not be categorically categorized. For instance, the Sqlite Pragma can:
The statement name.
Example of values:
When parsing a SQL file in SQL mode, you get this information in the name column.
SQL Statement may be parameterized to receive arguments known as parameters