Q. What will be the generated query string?


query = "INSERT INTO books(title, isbn) VALUES ('{}', {})". Format('ushakiran', '42568987036')



Answer :-

"INSERT INTO books (title, isbn) VALUES (('Ushakiran', ‘42568987036’)"

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post