Home » 
        MCQs » 
        CodeIgniter MCQs
    
        
    Which of the following method is used to put a record into the database?
    
    
    
	19. Which of the following method is used to put a record into the database?
    
      - Add()
 
      - Put()
 
      - Create()
 
      - Insert()
 
    
    Answer: D) Insert()
    Explanation:
    The insert() method is used to put a record into the database.