CIW Exam Questions

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

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;