Which of the following is correct from given the statement below: //$this->db->select('title, content, date'); //$query = $this->db->get('mytable'); //return $query->result();
- It will return only the given fields title, content, and date of the records Correct