Data Manipulation Language (DML)#
Data Manipulation Language (DML) statements add, change and remove the rows stored in tables and views. In Querona these statements target objects in a virtual database, and the change is carried out on the underlying source through its provider.
Statement |
Description |
|---|---|
Adds one or more new rows to a table or view. |
|
Changes the values of existing rows. |
|
Removes rows from a table or view. |
|
Inserts, updates or deletes rows in a target in a single statement, based on a source. |
|
Removes all rows from a table in one operation. |