1) Python needs a MySQL driver to access the MySQL database _________________ a) MySQL Connector b) MySQL Driver 2) mycursor.execute("CREATE DATABASE mydatabase") a) to create a database b) to create a table 3) How to show a list of databases? a) mycursor.execute("SHOW DATABASES") b) mycursor.executes("SHOW DATABASES")No 4) How to drop a table? a) sql = "DELETE TABLE customers" b) sql = "DROP TABLE customers" 5) sql = "UPDATE customers SET address = '123' WHERE address = '345'" a) True b) False

Leaderboard

Visual style

Options

Switch template

Continue editing: ?