Application needs to fetch data from a database table and apply filtering based on user input. Which data page type is appropriate?

Application needs to fetch data from a database table and apply filtering based on user input. Which data page type is appropriate?

@SagarS98

Thread or requestor level both can be used. But if the data is not user specific then please use thread level.

@SagarS98

I suggest Requestor Data type