[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
+6 -2
View File
@@ -5,5 +5,9 @@ people deviate from it and new standards form.
Even though \textit{most} \acrshort{sql} databases support the standard SQL operations, many have added a lot of features on top.
\sql\ is split up into the query language itself, used to operate on data, as well as the Data Definition Language,
used to create, modify and delete schemas.
\sql\ is split up into the following parts:
\begin{itemize}
\item Data Definition Language, used to create, modify and delete schemas.
\item Data Manipulation Language, used to insert, update and delete data
\item Query Language, used to retrieve data
\end{itemize}