[DMDB] SQL intro (DML, DDL)

This commit is contained in:
2026-06-22 16:45:25 +02:00
parent cf0bdbaff8
commit 2b066eab3c
11 changed files with 58 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
\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}