Which Of The Methods Are Used To Manage Result Sets Using Both #284
Which of the methods are used to manage result sets using both associative and indexed arrays?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Databases - Quiz No.2.
Which of the methods are used to manage result sets using both associative and indexed arrays?
get_array() and get_row()
get_array() and get_column()
fetch_array() and fetch_row()
mysqli_fetch_array() and mysqli_fetch_row()