- A query enables to view and modify the record satisfying specific criteria.
- A query can be saved as the separate object.
- A query can be used for displaying records of more than one related table at once.
- A query can be used for performing calculations on values of numeric fields.
| - A filter enables to view the records satisfying specific criteria.
- A filter can not be saved as the separate object.
- A filter can not be used for displaying records of more than one related table at once.
- A filter can not be used for performing calculations on values of numeric fields.
|