Concept:A database management system (DBMS) is the software responsible for defining, storing, and managing data in a database.
Explanation:The functions listed in the question are the core tasks performed by a DBMS.
A DBMS defines the database by setting up its structure, tables, and relationships.
It stores the actual data and allows users to retrieve it.
It supports a query language, such as SQL, for searching and manipulating data.
It produces formatted reports from the stored data.
It creates data entry screens, also called forms, for easy data input.
A data dictionary only holds metadata about the database structure; it does not store data or run queries.
A decision support system is used for analysing data to help managers make decisions, not for database creation.
A relational database is a type of database model, not the software that manages it.
Only a DBMS, such as MySQL or Microsoft Access, performs all these functions together.
Answer:D. database management system (DBMS)