mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
9 lines
378 B
TeX
9 lines
378 B
TeX
\newpage
|
|
\subsection{Data Manipulation Language (DML)}
|
|
The DML is used to insert, update and delete data from the database.
|
|
|
|
Below some examples showing the use of the common operations.
|
|
Note that you can use a \texttt{WHERE} clause from the query language to filter data for both \texttt{DELETE} and \texttt{UPDATE} statements.
|
|
|
|
\inputcodewithfilename{sql}{}{code/sql/dml.sql}
|