Q. What will be the generated query string?
query = "INSERT INTO books (title, isbn) VALUES (%s, %s)". ('Ushakaal', '12678987035')
Answer :-.
"INSERT INTO books (title, isbn) VALUES ('Ushakaal', '12678987036")"
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )