单项选择题

在Python中,执行数据库查询后,哪个方法用于获取所有结果?()

A.fetchone()
B.fetchmany()
C.fetchall()
D.execute()