单项选择题

数据库中,获取结果集中所有的数据,应使用()

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