Home »
MCQs »
CodeIgniter MCQs
The ____ method is used to select a record from the database
23. The ____ method is used to select a record from the database.
- Get()
- Hold()
- Retrieve()
Answer: A) Get()
Explanation:
The get method is used to select a record from the database.