Examveda

Which module links DBI to the web?

A. CGI.pn

B. CGI.pem

C. CGI.pm

D. CGI.po

Answer: Option C

Solution (By Examveda Team)

This question is about how you connect your database (using MySQL, which is a database management system) to a website. Imagine your website is like a storefront, and your database is the warehouse where you store all your products. To display the products on your storefront, you need a bridge between them.

CGI.pm is that bridge. It's a Perl module (a piece of code) that helps you link your DBI (Database Interface) to your website. Think of DBI as the language your database speaks, and CGI.pm as the translator that lets your website understand it.

So the answer is Option C: CGI.pm

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous