What would be the correct way to query a database table using python? assume that output in any form is acceptable. choose the 2 correct options.

a) Using the `sqlite3` module to connect to the database and execute SQL queries
b) Utilizing the `pandas` library to read the database table into a DataFrame and perform SQL queries on the DataFrame
c) Writing a custom function to parse through the array and retrieve the necessary data
d) Implementing a web scraping method to gather information from the database table

Q&A Education