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.
Loading...
Related Quiz
- To enable database caching in CodeIgniter, the $db['default']['cache_on'] setting must be set to ________.
- In OAuth 2.0, ________ is used to obtain consent from the user for accessing their resources.
- Which of the following best describes the 'View' component in MVC architecture?
- What is the primary goal of SQL injection attacks?
- In OAuth, ________ ensures that tokens are only sent over HTTPS connections to protect against man-in-the-middle attacks.