The RDBMS includes tables, forms, queries, reports, macros, and modules.
Table : Has rows and fixed width column (field) format
Data Form
Queries : Select dataset based on given criteria
Select all students has marks more than 90
Select all people live in New York
Reports : Produce different reports from database
Macro: A fragment of code with a given a name. When run performs a data manipulation operation. Filter, calculate, backup, print data etc.