Write a Python database connectivity script that deletes records from 5 STUDENT table (rollno, name, marks, class) that have name='shakti'.
Database name is SCHOOL. Fast pls
Answers
Answered by
1
Answer:
Requirement Module : mysql-connector-python
For Python Script, check the attachment
Explanation:
Attachments:
Similar questions