WHich is more optimal??
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I just wanted to ask which is more optimal in terms of time & complexity. 1. Returning more than once to the database to retrieve some data or 2. Getting all the data once & declaring a table at the database to store this data then getting the rows I want from this table & returning it as a string Thanks a lot :) Happy