PostgreSQL DML Statements

AttentionThis page documents an earlier version. Go to the latest (v2.1)version.

Data manipulation language (DML) statements are used to read from and write to the existing database objects. Currently, YugabyteDB implicitly commits any updates by DML statements.

StatementDescription
INSERTInsert rows into a table
SELECTSelect rows from a table
UPDATEWill be added. Update rows in a table
DELETEWill be added. Delete rows from a table