16 lines
654 B
TeX
16 lines
654 B
TeX
|
\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.
|
||
|
}
|
||
|
}
|