Python Maria DB 구문 제가 어디가 잘못됐는지 아는 사람 있나요?DB 업데이트 구문이 맞는 것 같습니다.또한 각 기능 내에서 연결을 열고 닫으려면 연결을 닫아야 하는지 궁금합니다.예를 들어 각 함수가 일반적인 예시와 같이 삽입용, 업데이트용 및 삭제용 등 서로 다른 유형의 DB 명령을 수행한다고 가정합니다. 출력: [root@localhost student_program]# python modify_student.py Connection successful!! Enter the id of the student record you wish to modify: 21 Is this student personal information you want to modify - y or n: y Enter ..