January 2019
Beginner
556 pages
14h 19m
English
The minimum SQL instruction that can be executed by the database engine is a statement. It can also be called a command or query. For example, each of the following is a statement:
SELECT car_id, number_of_doors FROM car_portal_app.car;DELETE FROM car_portal_app.a;SELECT now();
SQL commands are terminated by a semicolon, ;.
The following elements form the lexical structure of SQL:
Read now
Unlock full access