A developer needs to optimize a query that fetches large datasets by applying filters. The optimal approach involves using ________ in CodeIgniter's Query Builder.

  • filter()
  • optimize()
  • select()
  • where()
To optimize a query and fetch large datasets by applying filters, the where() method in CodeIgniter's Query Builder is crucial. It allows developers to apply conditions to narrow down the result set efficiently.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *