fetchrow_arrayref() # fetch a single row, put it into an array reference fetchrow_hashref() # fetch a single row, put it into a hash reference fetchall_arrayref() # fetch all rows into an aref of arefs fetchall_hashref() # fetch all rows into an href of hrefs