Direction: Choose the correct option
Q1.
Which npm package is popular for connecting to MySQL in Node.js?
Direction: Choose the correct option
Q2.
How do you create a connection to MySQL using the `mysql2` package?
Direction: Choose the correct option
Q3.
What is a connection pool?
Direction: Choose the correct option
Q4.
How do you execute a query using a MySQL connection in Node.js?
Direction: Choose the correct option
Q5.
What should you do after finishing database operations?
