Update statement is used to insert data into the table.
1 Like
False
Reason — The UPDATE statement is used to modify or update existing records in a table.
Answered By
3 Likes
rowcount is a read-only attribute.
To disconnect database connection, use connect() method.
A result set is an object that is returned when a cursor object is used to query a table.
After establishing connection, execute() method is used.