This function is used to execute Database Operations like insert/update/select.
Syntax:
ExecuteAction(Action)
Where
Action is the type of database operation to be performed. It can be any action like insert/select/update/clear.
Examples:
ExecuteAction( Clear)