if the query returns more than one column, execute will store the result in an array of arrays
if there is only one row, result can be retrieved by fetching the first element of the de-referenced array, which is itself an array where each element corresponds to a column
Please register or sign in to comment