Explanation:
Unlike filters, which are used to display specific data temporarily, queries can be saved as objects in a database. These saved query objects allow users to execute the same query multiple times without having to recreate it each time. Queries stored as objects are reusable and can be easily accessed and modified when necessary.
- (A) Filters are temporary and are not saved as objects.
- (C) Database refers to the entire collection of data, not a specific saved query.
- (D) Any of the above is incorrect because only queries are saved as objects.
Explanation by: Mr. Dubey
Unlike filters, which are used to display specific data temporarily, queries can be saved as objects in a database. These saved query objects allow users to execute the same query multiple times without having to recreate it each time. Queries stored as objects are reusable and can be easily accessed and modified when necessary.
- (A) Filters are temporary and are not saved as objects.
- (C) Database refers to the entire collection of data, not a specific saved query.
- (D) Any of the above is incorrect because only queries are saved as objects.