5.4 Manipulating the Database: SQL Data Manipulation Language (DML)

SQL’s query language is declarative, or nonprocedural, which means that it allows us to specify what data is to be retrieved without giving the steps for retrieving it. It can be used as an interactive language for queries, embedded in a host programming language, or as a complete language for computations using SQL/PSM (SQL/Persistent Stored Modules).

The SQL data manipulation language (DML) statements are

A listing of S Q L, D M L statements. The statements are as follows. SELECT. UPDATE. INSERT. DELETE.

5.4.1 Introduction to the Select Statement

The SELECT statement is used for retrieval of data. It is a powerful command, performing the equivalent of relational algebra’s ...

Get Databases Illuminated, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.