Which one of the following choices best describes how to load a list of database tables into an array?

Which one of the following choices best describes how to load a list of database tables into an
array?

Which one of the following choices best describes how to load a list of database tables into an
array?

A.
@array1=DB->connect(“dbi:ODBC:MyDatabase”);

B.
$tables=@dbh->tables;

C.
$tables=%dbh->tables;

D.
@tables=$dbh->tables;



Leave a Reply 0

Your email address will not be published. Required fields are marked *