Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/terminology.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored and djw-m committed Oct 10, 2023
1 parent dc0b607 commit f64fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/terminology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Generically, a cluster is a group of multiple redundant systems arranged to appe

The subset of SQL commands that deal with defining and managing the structure of a database. DDL statements can create, modify, and delete objects (that is, schemas, tables, and indexes) in the database. Common DDL commands are CREATE, ALTER, and DROP.

#### Data manipulation language (DML)
#### DML (data manipulation language)

The subset of SQL commands that deal with manipulating the data held in a database. DML statements can create, modify, and delete rows in tables in the database. Common DML commands are INSERT, UPDATE, and DELETE.

Expand Down

1 comment on commit f64fd4a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.