[DMDB] relational model, relational algebra, SQL very basics

This commit is contained in:
2026-06-22 15:28:27 +02:00
parent cef70242ce
commit cf0bdbaff8
19 changed files with 157 additions and 18 deletions
+10 -6
View File
@@ -1,12 +1,16 @@
\newglossaryentry{declarative}{
name={declarative},
description={Describes \textit{what} to achieve, but not how}
name={declarative},
description={Describes \textit{what} to achieve, but not how}
}
\newglossaryentry{imperative}{
name={imperative},
description={Describes how to achieve something}
name={imperative},
description={Describes how to achieve something}
}
\newglossaryentry{record}{
name={record},
description={}
name={record},
description={}
}
\newglossaryentry{schema}{
name={schema},
description={A set of relations}
}