Answer:
d) All of these.
Step-by-step explanation:
When we get an error in inserting a record in table using python script.There could be several reason for that which are as following:-
- The insert statement in python can be not well formed.
- You don't have the permission to insert data in the table.
- Python is not able to connect to the database.
So all of the above written reasons are mentioned in the question hence the answer is option d.