Google News
logo
SQL Server - Interview Questions
What is a SQL Serer query?
A query is a request for data or information from a database.

There are two main types of SQL queries :
 
* A select query is a query that groups data from a table for analytical purposes
* An action query is a query that changes the contents of the database based on specified criteria
Advertisement