Question: 8
(Choose 1 answer)
Which of the following steps is typically required to establish a connection to a DB2 database using ibm_db in
Python?
A. connect(database, user, password)
B. connect_db2(database, user, password)
C. create_connection(database, user, password)
D. establish(database, user, password)