Book

Table of Contents

Queries

The foundation of the SQL language is query (query). Query - is a statement in SQL that specifies what data to take and what to do with it.

Based on the “what to do” attribute, queries are of types:

SELECT - select, read data

INSERT - insert

UPDATE - modify

DELETE - delete