mysql 서버로부터 데이터 가져오는 방법 : fetch 메서드 사용
fetchall(): Fetch all the rows fetchmany(size=None): Fetch several rows fetchone(): Fetch the next row