Components of RDBMS
 

The RDBMS includes tables, forms, queries, reports, macros, and modules.

Table : Has rows and fixed width column (field) format 

table

Data Form
form

Queries : Select dataset based on given criteria
Select all students has marks more than 90

Select all people live in New York

query

 Reports : Produce different reports from database



Macro: fragment of code with a given a name. When run performs a data manipulation operation. Filter, calculate, backup, print data etc.

(c) Shilpa Sayura Foundation 2006-2017