- Web Templates
- E-commerce Templates
- CMS und Blog Templates
- Facebook Templates
- Website-Builder
SQL query
August 27, 2015
A query can be of two types: either select query or action query.
The main point of an action query is to ask for additional operations on data, for example such as insertion, updating or deletion of some information. By adding a WHERE clause to the SELECT statement, we can add one (or more) conditions that must be met by the selected data. In order to form correct query, you should use SELECT statement.
