Subject Startup Queries
Author rockwithme77
Hi,

Suppose I have a table student with student id , lastname and
firstname.

When I start my application, I want to pin student lastnames with
their IDs in the main memory -> I want to fire a set of queries, the
resultset of which is persistent in the application level.

What do I need to do to achieve this?

Regards,
sguha.