PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

B.
$tables=@dbh->tables;

C.
$tables=%dbh->tables;

D.
@tables=$dbh->tables;


Leave a Reply