The correct answer is option 4.
Concept:
MS Access:
MS Access or Microsoft Access is Database Management System (DBMS) by Microsoft. In Microsoft Access, Jet Database Engine is merged with the Graphical User Interface (GUI) and Software development tools.
There are seven major components of Microsoft Access:
Tables:
In MS Access Tables store the data or the information that we feed the program.
Relationships:
The connections that arise between one or more tables are known as relationships. So there are one-on-one connections, one-to-many relationships, and, of course, many-to-many ties.
Queries:
Queries are when the user or the programmer requests the database for information.
Forms:
This is an object class that enables a programmer or designer to develop an MS Access user interface. Tables and queries are what make up a form.
Reports:
The user will wish to examine the information once all of the data has been entered into the database.
Macros:
Macros are Microsoft Access capabilities that let you automate actions on your forms and reports.
Modules:
These are the software's foundations, which enable a programmer to design a series of predetermined instructions known as sub-routines.
Hence the correct answer is All the above.