Database Management System Class 11 Notes
Database Management System Class 11 Notes
System by Microsoft
Tables
In MS Access Tables store the data or the information that you feed
the program. The data table can be created with the required field
names, properties etc as desired by the user. If the table is not created
correctly, the database may be slow in giving results or give wrong
results entirely. So it is essential the table be created properly and
carefully.
Relationships
Queries
Queries are when the user or the programmer requests the database for
information. The objects help create a SQL compatible query, which
can help store data and retrieve information from the database.
Queries can also sort and filter data as per the query statement.
Forms
Reports
Once all the data has been entered into the database, the user will want
to view the information. For this he can run reports which will allow
him to view the information, or summarize the information. The
reports can be customized by the user. The source of the information
in these reports are the tables and the queries.
Macros
Modules
These are the foundations of the software that allows the programmer
to create a set of predefined instructions called sub-routines. These
modules can be used throughout the database, they can be used from
anywhere in the database.