A.fetchone() B.fetchmany(size) C.fetchal() D.close()
A.fetchone() B.fetchmany(size) C.fetchall() D.close()