Categories

SQL query

Sarah Vaynbaum August 27, 2015
No votes yet.
Please wait...

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.

SQL_query
Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.