ba-thesis/docs/thesis/glossary.tex

16 lines
654 B
TeX
Raw Normal View History

2023-08-19 13:15:06 +01:00
\makenoidxglossaries
\newglossaryentry{dbms}{
type=\acronymtype,
name={DBMS},
description={Database Management System},
first={\Gls{dbms_full} (DBMS)}
}
\newglossaryentry{dbms_full}{
name={Database Management System},
description={
A Database Management System is a software system which enables the creation, organization, and management of databases.
It generally acts as an interface between the database and client applications, ensuring that data is consistently
stored and readily accessible in a secure and efficient manner, while maintaining data integrity.
}
}