posted 14 years ago
Three tables:
User - contains user information
application - contains applications information
user2application - a bridge table between user and application. Composed of primary key or user, and primary key of application
Query:
Retreive all users by application ID.
SQL:
I created this criteria, but not efficient. Produces a select statement for every user.
Is there any other efficient way?
Thanks
SCJD 1.4<br />SCJP 1.4<br />-----------------------------------<br />"With regard to excellence, it is not enough to know, but we must try to have and use it.<br />" Aristotle