Question 1
Which data type in mysql is used to store large text values?
Question 2
In mysql databases, which statement is used to update existing records in a table?
Question 3
What method in Pymysql is used to establish a connection to a mysql database?
Question 4
Which sql statement is used to retrieve data from a mysql database?
Question 5
Which python data type is commonly used to represent my sql's date data type?
Question 6
Which python library is commonly used to interact with mySQL databases?
Question 7
What dose ACID stand for in the context of database transaction?
Question 8
Which method in pymysql is used to execute an sql query?
Question 9
What dose sql stand for in the context of databases?
Question 10
What method is used in pymysql to commit a transaction to the mysql database?