[DMDB] Fix errors

This commit is contained in:
2026-07-31 16:22:48 +02:00
parent 1c1eff5d59
commit 55030a0d0a
8 changed files with 30 additions and 18 deletions
@@ -11,7 +11,7 @@ Usability is also often much better due to having less complex queries to write
\shade{orange}{How a view is evaluated}
This is quite simple in essence, the \texttt{VIEW}'s query is inserted into the query using the view.
It then is then optimized as it normally would be, too. Of course, it is likely that more optimization can and has to be done on views.
It is then optimized as it normally would be, too. Of course, it is likely that more optimization can and has to be done on views.
\paragraph{Updatable Views}